Simple two pass assembler in first pass - Allocate space for literals - Operating System
Q. What will a simple two pass assembler do in the first pass?- Published on 19 Oct 15a. It will allocate space for the literals.
b. It will generate the code for all the load and store register instruction.
c. It will build the symbol table for the symbols and their values.
d. It will compute the total length of the program.
ANSWER: It will allocate space for the literals.