Write the status of the all control signals (RegDst, Jump, Branch, MemRead, MemtoReg, ALUOp, MemWrite, ALUSrc, RegWrite) for the execution of following instructions: [30 Marks]
a. sll $t0, $t2, 4
b. nor $t0, $t1, $t2
c. lh $t4, 24($s4)
d. sh $t4, 24($s4)
e. beq $t0, $t1, EXIT
f. j LABEL
Describe in detail, how ALUOp and ALUSrc control signal is used for each instruction.