Program Naming
Each lab assignment will designate a filename to use.
For example, Lab-1 program will be named lab1.s
No caps.
Program Comments
Every program you write for me will have a comment section at the top,
similar to the example below.
# Program: Lab 1 part 1 # Author: Your Name # Purpose: (brief description goes here) # ... ...
I recommend that you attend all lab sessions.