Question: 9. In The following problems, you will perform various MIPS operations on a pair of registers, $s0 and $s1. Given the values, you are to

9. In The following problems, you will perform various MIPS operations on a pair of registers, $s0 and $s1. Given the values, you are to show the resulting signed 32-bit hexadecimal result and circle whether there was overfiow or not (a) add sto , sso, $s1 (b) add StO, $so, $s1 (c) sub Sto, $s0, $s1 (d) sub $t0, $so, Ss1 (e) sub StO, $so, $s1 //ss0=0x7 00 00 000, $s1-0:0FFFFFFF Result. Result //$s0-0x70000000, $s1-0xOFFFFFFF Result Result Ovf Y/N Ovf Y/N Ovf Y/N Ovf Y/N //$sOz0x40000000, $s1=0x40000000 //ss0#0x40000000, $s1#0x40000 000 //ss0#0x8FFFFFFF, $s1-0xD0000000 sub sto, $to, $s0 Result Ovf Y/N
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
