After the execution of the MIPS code, $s0 = [first], $s1 = […
After the execution of the MIPS code, $s0 = [first], $s1 = [second] (write the answer in decimal). addi $t0, $zero, 5 addi $t1, $zero, 14 and $t2, $t0, $t1 mult $t0, $t2 mfhi $s0 mflo $s1
Read Details