Multiple choice

In a two-pass assembler, the object code generation is done during the

  1. second pass

  2. first pass

  3. zeroth pass

  4. none of the above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In a two-pass assembler, the first pass is used to build the symbol table, while the second pass uses the symbol table to generate the actual machine code (object code).