The Instruction Add R1 R2 R3 Is Decoded As #732
The instruction, ADD R1, R2, R3 is decoded as ___________
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 - Intel IA-32 Pentium Architecture - Quiz No.2.
The instruction, ADD R1, R2, R3 is decoded as ___________
R1<-[R1]+[R2]+[R3]
R3<-[R1]+[R2]
R3<-[R1]+[R2]+[R3]
R1<-[R2]+[R3]