Multiple choice

Which of the following directives in assembly language is used with assembler to start the memory allotment for the particular segment?

  1. LABEL

  2. NAME

  3. GROUP

  4. ORG

  5. END

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

The origin directive tells the assembler where to load instructions and data into memory. This directive in assembly language is used with assembler to start the memory allotment for the particular segment.