Answer from cs61c-el (David Tung 16479725) for Question 3 It will break our scheme because we will need to access the same memory with different instructions simultaneously. We will be writing and reading to the same block of memory, which will cause problems because the values stored there will not have a chance to stabilize.