Identify the opcode destination register DR source registers SA-05592
Identify the opcode, destination register (DR), source registers (SA and SB i/e source register A and source register B) from the following example. ADD R1, R2, R3
This multiple choice question (MCQ) is related to the book/course
vu cs501 Advance Computer Architecture.
It can also be found in
vu cs501 Mid Term - Quiz No.1.
Identify the opcode, destination register (DR), source registers (SA and SB i/e source register A and source register B) from the following example. ADD R1, R2, R3
Opcode= R1, aR=ADD, SA=R2, SB=RPAD
Opcode= ADD, DR=R1, SA=R2, SB=R3
Opcode= R2, DR=ADD, SA=R1, SB=R3
Opcode= ADD, DR=R3, SA=R2, SB=R1