Computer Science, asked by shreyas1812, 4 months ago

Processor incorporated into pass 1 of a standard two pass assembler is​

Answers

Answered by skalfiya165
0

Answer:

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

It allocates space for the literals.

It computes the total length of the program.

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

It generates code for all the load and store register instructions.

None of the above.

Similar questions