Vidyalelo
Computer Science · Q697

Computer Architecture

Engineering and GATE · Computer Science · question 697

Q697

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

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

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board