Lab Assignment 1 Regrade Instructions

Lab 1 has been graded and the grades have been emailed to each student.

You may resubmit your solution to Lab 1 for a regrade under the following conditions:

  1. You should modify the files you submitted originally without the aid of anyone else except your original partner.
  2. You are eligible to receive at least one-half of the points you lost, i.e. your final grade will be the arithmetic mean of the original grade and the regrade score.

    Thus, if your original grade was a 50, and your resubmission is perfect, you will receive an additional 25 points for a total grade of 75.

    If during the regrade we find out that the mistakes you fixed were overly penalized in the first automatic grading, we will take that into consideration for your final grade in this Lab.

  3. You must follow the same submission instructions provided with the original Lab 1. You should submit your files using the submit-ee360n script.

    Note that you will have to submit both files (assembler.c and even8.asm) for a regrade. So even if only your assembly language program is changed, you will have to resubmit your assembler also.

  4. You may submit your new files anytime starting Wednesday September 28 12:00pm until Sunday October 2 11:59pm.

    UNDER NO CIRCUMSTANCES WILL FILES SUBMITTED AFTER THE DEADLINE BE CONSIDERED FOR A REGRADE.

  5. Please compile and test your program before submitting, on any ECE linux machine (linux01 - linux24.ece.utexas.edu). This is the platform we will be using to test your program. If your new files generate compile errors or segmentation faults, your regrade score will be 0 (for that part).

  6. Many people have lost points in even8.asm. Please make sure that your even8.asm assembles correctly with the assembler we provided. At this point you can also test the program in your Lab 2 simulator to make sure it also produces the correct results.