EE 360N - Problem Set 1 Clarifications

  1. In question 10, for the two-address machine, you are allowed to use a two-address MOV operation to store the final result in variable X.
    ex) MOV X,A ; stores the value of A in X

  2. In question 9, consider "half a 64 mega bytes" as 32 mega bytes. The problem set is corrected to 32 mega bytes as well.
  3. In question 10, you may either clobber the data stored in locationsA,B,C, and D or keep the original values. Both solutions shall be accepted.