@@ -28,6 +28,8 @@ table {

Clarifications/Reminders

@@ -578,7 +580,7 @@ Let S be the strip_size, which is always greater than the maxi
  1. Follow the autostereogram formula provided earlier to generate your autostereogram. Make sure your loop fills out the matrix column by column, as in the formula.
  2. -
  3. The coordinate (0, 0) is at the top left of the image. The coordinate (0, N-1) is at the top right. The coordinate (M-1, N-1) is at the bottom right.
  4. +
  5. The coordinate (0, 0) is at the top left of the image. The coordinate (M-1, 0) is at the top right. The coordinate (M-1, N-1) is at the bottom right.
  6. Columns 0 through S - 1 should have the value lfsr_random() & 0xff. Specifically:
    1. Ignore what the depth_map specifies for these columns.
    2. @@ -1311,7 +1313,7 @@ $ ./mars autostereogram.s pa test/debug/grid4-input.bmp test

      Submission

      -

      The full proj1-2 is due Wednesday To submit the full proj1-2, enter in the following. +

      The full proj1-2 is due Wednesday, 10/1. To submit the full proj1-2, enter in the following. You should be turning in calc_autostereogram.s, lfsr_random.s, and quad2matrix.s.

       $ cd ~/proj1-2