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
The question was asked in an interview for job.
My enquiry is from Assembly Language in division Machine Instructions and Programs of Computer Architecture