Department of Electrical and Computer Engineering
The University of Texas at Austin
EE 360N, Fall 2004
Submission Instructions for Lab Assignment 2
Due: 26 September 2004, 11:59 pm
You must use the following naming convention for the files in Lab 2.
-
lc3bsim.c - The C source code for your LC-3b simulator.
-
ucode - The microcode file for your simulator
You may not submit more than two files for Lab 2.
NOTE:
Please confirm that your file compiles by running gcc -ansi lc3bsim.c on any ECE linux machine (linux01-linux16.ece.utexas.edu) 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 sunfire or linux with the following command:
ssh sunfire.ece.utexas.edu
(ssh linux##.ece.utexas.edu where ## can be 01 to 15)
-
After typing your username and password, submit your files with the
following
command:
submit-ee360n lc3bsim.c ucode
-
You may check the files submitted with the following command:
submit-ee360n -ls