Answer from cs61c-aj (Kevin Li 15855812) for Question 3 The reading was easy. It is interesting to see how a large source of code can be expanded into many similar yet simpler assembly code. Also it is interesting to see how many while loops or for loops can be converted into MIPS by only using slt bne and beq.