

McqMate
Q. |
The instruction, Add R1,R2,R3 in RTN is |
A. | r3=r1+r2+r3 |
B. | r3<-[r1]+[r2]+[r3] |
C. | r3=[r1]+[r2] |
D. | r3<-[r1]+[r2] |
Answer» D. r3<-[r1]+[r2] | |
Explanation: in rtn the first operand is the destination and the second operand is the source. |
View all MCQs in
Computer ArchitectureNo comments yet