The assembler directive EQU, when used in the instruction: Sum EQU 200 does ________

The assembler directive EQU, when used in the instruction: Sum EQU 200 does ________ Correct Answer Replaces every occurrence of Sum with 200

This basically is used to replace the variable with a constant value.
Bissoy MCQ

Related Questions

In the instruction, ASSUME CS : CODE, DS : DATA, SS : STACK the ASSUME directive directs to the assembler the
What is the purpose of .intvec assembler directive?