1.

The effective address of the following instruction is MUL 5(R1,R2).

A. 5+R1+R2
B. 5+(R1*R2)
C. 5+[R1]+[R2]
D. 5*([R1]+[R2])
Answer» D. 5*([R1]+[R2])


Discussion

No Comment Found