For the MIPS assembly above, assume that the registers $s0, $s1, $s2, $s3, conta
ID: 3529078 • Letter: F
Question
For the MIPS assembly above, assume that the registers $s0, $s1, $s2, $s3, contain the values 10, 20, 30, and 40, respectively. Also, assume that register $s6 contains the value 256, and that memory contains the following values: Address 256 260 264 Value 100 200 300 Find the value of $s0 at the end of the assembly code. ForeachMIPSinstruction,showthevalueoftheop,rs,and rt fields. For I-type instructions, show the value of the immediate field, and for the R-type instructions, show the value of the rd field.Explanation / Answer
Please post the Assembly code from the question