

McqMate
Q. |
The assembler directive EQU, when used in the instruction: Sum EQU 200 does |
A. | finds the first occurrence of sum and assigns value 200 to it |
B. | replaces every occurrence of sum with 200 |
C. | re-assigns the address of sum by adding 200 to its original address |
D. | assigns 200 bytes of memory starting the location of sum |
Answer» B. replaces every occurrence of sum with 200 | |
Explanation: this basically is used to replace the variable with a constant value. |
View all MCQs in
Computer ArchitectureNo comments yet