INTRODUCTION TO COMPUTERS
COMPUTER ARCHITECTURE AND ORGANIZATION
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
-scan program file-find all labels and calculate the corresponding addressesThese statement is referring to:
|
First pass of assembly process
|
|
Second pass of assembly process
|
|
Symbol table
|
|
Translation
|
Explanation:
Detailed explanation-1: -Pass 1 of the assembler scans the source, determining the size and address of all data and instructions; then pass 2 scans the source again, outputting the binary object code.
Detailed explanation-2: -Pass 1 Data Structures A table, the Pseudo-Operation Table (POT) that indicates the symbolic mnemonic and action to be taken for each pseudo-op in pass 1. 5. A table, the Symbol Table (ST) that is used to store each label and its corresponding value.
There is 1 question to complete.