What is the objective of 2nd pass in designing a assembler ?
Answers
Answered by
0
Answer:
The primary effort in pass 2 is translating instructions into machine code. If the assembler is mixing data and instructions in the same area of memory then translation of data must be done in pass 2.
HOPE IT HELPS!
Answered by
0
Answer:
Working of Pass-2:
Pass-2 of assembler generates machine code by converting symbolic machine-opcodes into their respective bit configuration(machine understandable form). It stores all machine-opcodes in MOT table (op-code table) with symbolic code, their length and their bit configuration.
Explanation:
hope it helps you . Please do follow me . tq
have a nice day .
Similar questions