Answer from cs61c-av (Kenneth Wong 16192104) for Question 1 THe EPC holds the address of the affected instruction, used to handle exceptions. Cause is a register used to record the cause of the exception. A MIPs instruction that could access this is add. It would cause an arithmetic overflow, which is an exception type, with cause =1.