hmm i didn't notice the After exectution...but how would that have affected any one? Also what did ppl put as the accumulator?
For the last part i wrote:
--------
Load(Reg1, Mem5)
Load(Reg2, Mem5)
ADD(Reg3, Reg1, Reg2)
ADD(Reg1, Reg2, Reg3)
STORE(Reg1, Mem7)
lol hope i got it right.