Multiple choice

Which of the following directives used in assembly language programming is used to direct the assembler to reserve 4 words of memory for the specified variable and may initialize it with the specified values?

  1. DT

  2. DQ

  3. DB

  4. DW

  5. ASSUME

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

 The DQ directive tells the assembler to declare a variable four words in length or to reserve four words of storage in memory.