Answer from cs61c-eo (James McBryan 16730959) for Question 3 MIPs seems pretty basic but why can't we do something like this for the example on page 113-114: lw $t0,32($s3) add 48($s3),$s2,$t0 can MIPS not handle that? Will this question be answered.. -_-.. I am also assuming we don't have to declare any variables in MIPS do we? or do we just state them like in php or flash MX?