Spring 2006 CSE 141L
Lab turn in procedure
Logon to "ieng6.ucsd.edu"
Create a tar file archive called filename.tgz
containing your lab submission. The included files are your: source, header, makefile,
assembly, imi, instruction trace/memory dump, and readme.txt files. Type:
> tar cvzf filename.tgz files
Verify that your files are present in the archive. Type:
> tar tzf filename.tgz
Turn in your lab. Type:
> turnin -c cs141s filename.tgz
//NOTE that your last turn-in file will overwrite previous.
For more information, follow the link to the ACS turnin script page.
Please provide
instructions on how to compile and run your assembler and iss in
a "readme.txt" file. Include this in your turnin file.