@@ -30,6 +30,7 @@ table {
  • 09/18 : Fixed typo in example output (quilt2)
  • 09/24 : Project 1-2 release.
  • 09/25 : Fixed some typos.
  • +
  • 09/27 : Fixed some typos.
  • Clarifications/Reminders

    @@ -839,7 +840,7 @@ $ ./mars pa [ARGUMENT_1] [ARGUMENT_2] [...]
    1. Change your call to lfsr_random in calc_autostereogram.s to debug_random1.
    2. Make sure you are filling in the array from left-to-right and up-to-down, where the COLUMN loop is the inner-most one. -
    3. Make sure you are calling debug_random1 EXACTLY width×height times. +
    4. Make sure you are calling debug_random1 EXACTLY strip_size×height times.
    5. Run the command:
       $ ./mars autostereogram.s pa test/debug/grid1-input.bmp test/output/grid1-output.bmp 3 --verbose