A

Admin • 833.24K Points
Coach

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

Explanation by: Admin

this basically is used to replace the variable with a constant value.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.