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])
The question was asked during an interview.
The question is from Addressing Modes in chapter Machine Instructions and Programs of Computer Architecture