Quiz submission record for quiz3-1-2 at Sun Jul 4 18:11:07 2004: Your Answer for Question 1: No, because different instructions are translated into machine code differently. Your Answer for Question 2: Because the distance between the Here: and There: may be farther than it can be represented in the 16 bits of the conditional branch instruction. Since the program counter(PC) contains address of the current instruction, we can only branch within +/-(2^15) words of the current instruction. Therefore it the we branch greater than this then an assembler might have difficulty with the code. Your unique submission ID is quiz3-1-2-cs61c-co-1088989867-1775.