Answer from cs61c-an (Ben Weil 16819970) for Question 1 EPC register holds the memory address at which the interrupt/exception occured. The cause register is used to indicate the type of exception. The cause register is accessed using mfco and the EPC is accessed only by the processor, not the user.