3,904 views
8 votes
8 votes

A simple two-pass assembler does which of the following in the first pass:

  1. Checks to see if the instructions are legal in the current assembly mode

  2. It allocates space for the literals.

  3. It builds the symbol table for the symbols and their values.

  4. All of these

2 Answers

Answer:

Related questions

12 votes
12 votes
5 answers
1
go_editor asked Jul 6, 2016
10,483 views
Recursive descent parsing is an example ofTop-down parsersBottom-up parsersPredictive parsersNone of the above
5 votes
5 votes
3 answers
2
habedo007 asked Jul 5, 2016
12,020 views
A top-down parser generatesRightmost DerivationRightmost derivation in reverseLeftmost derivationLeftmost derivation in reverse
10 votes
10 votes
2 answers
3
ManojK asked Jul 4, 2016
11,879 views
Peephole optimization is form ofLoop optimizationLocal optimizationConstant foldingData flow analysis