1.

In a two pass assembler, adding literals to literal table and address resolution of local symbols are done using?(a) First pass and second respectively(b) Both second pass(c) Second pass and first respectively(d) Both first passI have been asked this question in examination.My query is from Three-Address Statements in chapter Syntax Directed Definition and Translations of Compiler

Answer» RIGHT choice is (d) Both first pass

To EXPLAIN: A two pass assembler does two PASSES over the source file (the second pass can be over a file GENERATED in the first pass).


Discussion

No Comment Found

Related InterviewSolutions