Department of Electrical and Computer Engineering

The University of Texas at Austin

EE 360N, Spring 2009
Submission Instructions for Lab Assignment 3
Due: Sunday, March 1st, 2009, 11:59 pm

Important Notes

You must use the following naming convention for the files in Lab 3:

  1. lc3bsim3.c – the C source code for your LC-3b simulator.
  2. ucode3 – the microcode file for your simulator

You may not submit more than two files for Lab 3.

Please confirm that your file compiles (by using gcc -ansi lc3bsim3.c) and runs on any ECE linux machine before submitting your program. Please issue command uname and make sure the output is Linux. Note that sunfire machines are not Linux machines.

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

  1. SSH into sunfire1 with the following command:

    
    ssh sunfire1.ece.utexas.edu
    
  2. After typing your username and password, submit your files with the following command:

    
    submit-ee360n lc3bsim3.c ucode3
    
  3. You may check the files submitted with the following command:

    
    submit-ee360n -ls
    

Note: currently the submit script works only on sunfire.