Lab Assignment 1 Regrade Instructions

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

For Lab 1 only, you may resubmit your program under the following conditions: (read: Only resubmissions allowed for Labs 2, 3, and 4 will be for *very* small coding/compiling errors.)

  1. Without the aid of anyone else, you may modify the three files you submitted originally:
    1. assembler.c
    2. log2.asm
    3. log2.obj

  2. You are eligible to receive a maximum of one-half of the points you lost. Your additional points will be added to your original score.

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

    The following formula will be used to determine your final grade for lab #1 if you submit your lab for a regrade:

    Final grade = original grade + (regrade_score - original grade)/2

    Note the factor (regrade_score - original grade) in this formula. This means that if you resubmit your program and you receive a lower grade in the regrade, your score will go down.

  3. You must name your files according to the naming convention described in (1) above for the names of the three files.

    Note that if you will have to submit all three files for a regrade. So even if only your log2 assembly language program is changed, you will have to resubmit your assembler also.

  4. You may submit your new files anytime starting Tuesday February 18 8:00pm until Friday February 28 11:59pm.

    UNDER NO CIRCUMSTANCES WILL FILES SUBMITTED AFTER THE ABOVE DATES BE CONSIDERED FOR A REGRADE. THERE IS NO GRACE PERIOD.

  5. You should submit your files using the resubmit-ee360n script on tick.ece.utexas.edu.
  6. Please compile and test your program before submitting on any ECE linux machine (linux01 - linux16.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) and your final score will go down.