

MCQOPTIONS
Saved Bookmarks
1. |
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» C. Re-assigns the address of Sum by adding 200 to its original address | |