The The contents of a memory location whose address is contained in register $s1 may be expressed as:

The The contents of a memory location whose address is contained in register $s1 may be expressed as:



A. Regs[$s1]
B. 4($s1)
C. Mem[Regs[$s1]]
D. Regs[Mem[$s1]]
E. $s1
F. Mem[$s1]


Answer: C.Mem[Regs[$s1]]


Learn More :