Computer Science, asked by gulafsha9815, 1 year ago

Difference between one pass and two pass assembler in tabular form

Answers

Answered by dkrahulverma19otw76i
0
Difference between one pass and two pass assemblers. 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. The difficult part is to resolve future label references and assemble code in one pass
Similar questions