Answer from cs61c-cl (Hiroki Terashima 16032281) for Question 3 Learning MIPS was confusing. I still don't quite understand what registers are. Design principle 1 says "simplicity favors regularity" and I agree; writing a function that can take any number of arguments is considerably harder than writing a function that, for example, always takes 2.