2,282 views

1 Answer

0 votes
0 votes

1 - "Generate data" is function of 2nd Pass.

Pass 2 (assemble instructions and generate object program) : 

1. Assemble instructions (generate opcode and look up addresses)

2. Generate data values defined by BYTE, WORD 

3. Perform processing of assembler directives not done during Pass 1

4. Write the object program and the assembly listing

http://solomon.ipv6.club.tw/Course/SP.941/sp2-1.pdf

Related questions

1 votes
1 votes
1 answer
1
rishu_darkshadow asked Dec 7, 2017
360 views
The two methods how LRU page replacement policy can be implemented in hardware are :1) Counters2) RAM & Registers3) Stack & Counters4) Registers
0 votes
0 votes
1 answer
2
rishu_darkshadow asked Dec 7, 2017
672 views
The primary job of the operating system of a computer is to1) command resources2) manage resources3) provide utilities4) provide connection
0 votes
0 votes
0 answers
3
rishu_darkshadow asked Dec 7, 2017
240 views
The _______ has the responsibility to start up the processing of operating system.1) ROM BIOS2) Bootstrap program3) Boost sector4) All options are correct
0 votes
0 votes
0 answers
4
rishu_darkshadow asked Dec 7, 2017
184 views
The program in the operating system that dose processor management is called _________.1) traffic controller2) dispatcher3) processor scheduler4) job scheduler