The Assembler Directive Equ When Used In The Instruction Sum #109
The assembler directive EQU, when used in the instruction: Sum EQU 200 does ________
This multiple choice question (MCQ) is related to the book/course gs gs103 Computer Logical Organisation. It can also be found in gs gs103 Machine Instructions and Programs - Assembly Language - Quiz No.1.
The assembler directive EQU, when used in the instruction: Sum EQU 200 does ________
Finds the first occurrence of Sum and assigns value 200 to it
Replaces every occurrence of Sum with 200
Re-assigns the address of Sum by adding 200 to its original address
Assigns 200 bytes of memory starting the location of Sum