<<< Compilers and Assemblers     Index     Small Assembly Sample >>>

2. The Assembly Process


  1. Assembling the source code into an object file

  2. Linking the object file with other modules or libraries into an executable program

  3. Loading the program into memory

  4. Running the program

  •   assembler translates instruction into object code

  •   what the assembler does

<<< Compilers and Assemblers     Index     Small Assembly Sample >>>