The Instruction Mla R0r1r2r3 Performs #708
The instruction, MLA R0,R1,R2,R3 performs _________
This multiple choice question (MCQ) is related to the book/course gs gs103 Computer Logical Organisation. It can also be found in gs gs103 Processor Families - ARM architecture - Quiz No.2.
The instruction, MLA R0,R1,R2,R3 performs _________
R0<-[R1]+[R2]+[R3]
R3<-[R0]+[R1]+[R2]
R0<-[R1]*[R2]+[R3]
R3<-[R0]*[R1]+[R2]