Convert the following pseudo-code to MIPS assembler instructions (You can check your code if you type the sequence into MARS, assemble the code and single step through the sequence.) Include the code and the final value of the $t0 register. Set register $t1 = - 8 (negative 8) Set register $t2 = 0x30 Put the result of the following arithmetic sequence into register $t0 $t2 - $t1-4 = $t0