Discussion Forum
Que. | In a two-pass assembler, symbol table is |
a. | Generated in first pass |
b. | Generated in second pass |
c. | Not generated at all |
d. | Generated and used only in second pass |
Answer:Not generated at all |
N :(April 07, 2020)
In a two-pass assembler, symbol table is generated in first pass but it need two pass to scan whole source file. While one pass assembler scan whole file in a go.
So, option (A) is correct. |
Click Here to Reply |