Multiple choice

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

  1. DT

  2. DB

  3. DQ

  4. ASSUME

  5. GROUP

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

This assembly language directive is used to direct the assembler to reserve 4 words of memory for the specified variable and may initialise it with the specified values.