Answer from cs61c-fz (Sean Nyberg 16014383) for Question 3 It was pretty straight forward. P&H does an excellent job explaining stuff so far. I guess I found it interesting how arithmetic must be done using values only found in registers and not variables in memory because registers are so much faster, and if you need to do operations on something in memory, you must first transfer it to a register.