Q. The assembler directive EQU, when used in the instruction: Sum EQU 200 does (Solved)
1. finds the first occurrence of sum and assigns value 200 to it
2. replaces every occurrence of sum with 200
3. re-assigns the address of sum by adding 200 to its original address
4. assigns 200 bytes of memory starting the location of sum
- b. replaces every occurrence of sum with 200