Department of Electrical and Computer Engineering
The University of Texas at Austin
EE 360N, Spring 2003
Submission Instructions for Lab Assignment 1
Due: 2 February 2003, 11:59 pm
You must use the following naming convention for the files in Lab 1.
-
log2.asm - The LC-3b assembly language program you wrote.
-
log2.obj - The text output from your assembler using log2.asm as the input file
-
assembler.c - The C source code for your assembler.
You may not submit more than three files for Lab 1.
NOTE:
-
If you have written your assembler using multiple files, please tar up the program files and name this file assembler.tar. Also, make sure that all the required files
are present in this tar file.
- Please confirm that your file compiles by running gcc -ansi assembler.c on tick before submitting your program.
Before the deadline, you may resubmit any of the files without penalty. Every time you resubmit a file, the
original file is overwritten.
Instructions for submission:
-
SSH into tick with the following command:
ssh tick.ece.utexas.edu
-
After typing your username and password, submit your files with the
following
command:
submit-ee360n log2.asm log2.obj assembler.c
-
You may check the files submitted with the following command:
submit-ee360n -ls
NOTE: Currently the submit script works only on tick. We are working to make it
available on the other unix machines also.