This instruction is of what type? Instruction ADD R1, A, B

2021

This instruction is of what type? Instruction ADD R1, A, B

Answer: D. Three Address InstructionTo classify the instruction ADD R1, A, B, count the number of operands specified. The instruction has three operands: R1 (destination), A (first source), and…

  1. A.

    Zero Address Instruction

  2. B.

    Two Address Instruction

  3. C.

    One Address Instruction

  4. D.

    Three Address Instruction

Attempted by 697 students.

Show answer & explanation

Correct answer: D

To classify the instruction ADD R1, A, B, count the number of operands specified.

The instruction has three operands: R1 (destination), A (first source), and B (second source).

Instructions that specify three operands are known as three address instructions.

Therefore, this instruction is a three address instruction.

Explore the full course: Rssb Basic Computer Instructor

Loading lesson…