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.
2.6k
0
Do you find this helpful?
11

View all MCQs in

Computer Architecture

Discussion

No comments yet