Answer from cs61c-cj (Peter Lau 16539384) for Question 1 The EPC is the exception program counter which holds the address of the instruction that caused the exception. The Cause register contains a field that can be used to tell what caused the exception. The two control signals that cause the EPC and Cause registers to be written are EPCWrite and CauseWrite.