Problem 6: Consider the following variant of the MIPS processor dissects the instruction according to the following:
|
|
|
|
|
|
|
|
|
|
|
Assume that $tl = OxEF2 2 and $t2 = Ox 6A0B1F and answer the following and provide the 32-bit output:
- What does $s1 hold after the following instruction? and $s1, $tl, $t2
- What registers are impacted and how memory is affected by the following instruction? You have to give the exact memory location address that is read from or written to and provide the memory contents after the execution of the following.
sw $tl, 32($t2)
- What registers are impacted and how memory is affected by the following instruction? You have to give the exact memory location address that is read from or written to and provide the memory contents after the execution of the following.
lw $t2, 64($t2)