Answer from cs61c-cm (Christopher Marcellino 15775059) for Question 2 The ALUSrc control single specifies the source of the input to the ALU. If it is not asserted the ALU operand comes from the second register file output. When it is asserted the low 16 bits of the instruction is used as the input, once it is sign extended.