Answer from cs61c-aj (Kevin Li 15855812) for Question 1 No, because if the bit pattern are the same then the computer will read the instruction as the same. This is the same as having two lines of code exactly the same. The code will do the same thing no matter when it is called. If the instruction is to add two register and place it in a third, the instruction will be the same no matter when it is called.