

McqMate
Q. |
The instruction, MLA R0,R1,R2,R3 performs |
A. | r0<-[r1]+[r2]+[r3] |
B. | r3<-[r0]+[r1]+[r2] |
C. | r0<-[r1]*[r2]+[r3] |
D. | r3<-[r0]*[r1]+[r2] |
Answer» C. r0<-[r1]*[r2]+[r3] | |
Explanation: the mla instruction is used perform addition and multiplication together. |
View all MCQs in
Computer ArchitectureNo comments yet