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 | |