Assembler
Converts assembly language into machine code.
Assembly → Assembler → Machine Code
Click an answer and use it to begin the discussion.
Humans write understandable instructions. Translators convert them for the CPU.
Click each level to see how the same instruction looks.
1011 0000 0000 0111 0000 0101 ...
Use the buttons to animate each translation path.
Converts assembly language into machine code.
Translates the complete source program before execution.
Processes and runs code while the program is executing.
Humans write easy instructions. Translators convert them into instructions the computer can execute.