Simple program in MIPS Simple Program in MIPS Solution q2-5.asm lw $t1, 0x9000 lw $t2, ($t4) add $t2, $t2, $t1 sra $t2, $t2, 1 sw $t2, -100($s3)