Answer from cs61c-ef (Tanay Nagjee 16096756) for Question 1 EPC register holds the address if the affected instruction for an exception. This is accessed by all instructions causing exceptions. Cause register holds the cause of the acception. This is accessed by exceptions that are undefined instructions and arithmetic overflow.