If you have any questions, send email to your instructor at enger@cs.ucf.edu
(not Olympus email).
I strongly recommend that you create a directory in your Olympus account for
pass1 and I also suggest that you make sure that your pass1 directory is
not readable by anyone else, to protect your work from being "borrowed".
Remember, if we find two identical assignments, they both get a zero.
There is a Makefile in the ~cop3402/project directory on Olympus.
Make a link to that file in your pass1 directory. Do not copy it to your directory.
You can link to it with the following command:
ln -s ~cop3402/project/Makefile Makefile
At the Olympus1:> prompt, type make setup. This will copy the necessary files
from the project directory into your current directory. You should receive the following files:
pass1.c pass2.c assembler.h example.asm bad.asm
To compile your program, at the Olympus1:> prompt, type make asm
To run your program, at the Olympus1:> prompt, type asm
You can edit the pass1.c, pass2.c and assembler.h files to write your project.