One pass assembler vs two pass assembler
Answers
Answered by
1
A one pass assembler passes over the
source file exactly once, in the same
pass collecting the labels, resolving
future references and doing the actual
assembly. ... A two pass assembler does
two passes over the source file (the
second pass can be over an intermediate
file generated in the first pass of the
assembler ).
source file exactly once, in the same
pass collecting the labels, resolving
future references and doing the actual
assembly. ... A two pass assembler does
two passes over the source file (the
second pass can be over an intermediate
file generated in the first pass of the
assembler ).
Similar questions