Quiz submission record for quiz2-1-2 at Mon Jun 28 21:03:33 2004: Your Answer for Question 1: The precompiler stuff isn't translated into assembly code. #define is really only used to make coding easier. typedef is the same thing. Your Answer for Question 2: lw $s1, k($zero) addi $s1, $s1, 1 sw $s1, k($zero) Your Answer for Question 3: I found the book confusing. The used a non 4 byte offset for loading something in memory into the register. Your unique submission ID is quiz2-1-2-cs61c-cd-1088481813-2286.