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
πŸ’¬ Discuss
βœ… Correct Answer: (B) replaces every occurrence of sum with 200
Explanation: this basically is used to replace the variable with a constant value.

Explanation by: Mr. Dubey
this basically is used to replace the variable with a constant value.

πŸ’¬ Discussion

πŸ“Š Question Analytics

πŸ‘οΈ
982
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
92%
Success Rate