Department of Electrical and Computer Engineering
The University of Texas at Austin
EE 360N, Fall 2004
Submission Instructions for Lab Assignment 4 
Due: November 21 2003, 11:59 pm
You must use the following naming convention for the files in Lab 4.
- 
lc3bsim4.c - The C source code for your LC-3b simulator.
- 
ucode4      - The microcode file for your simulator
- 
dumpsim     -  The dumpsim file created as specified in the Lab 3 Assignment page.
- 
int.asm, vector_table.asm, except_prot.asm, add.asm, data.asm, pagetable.asm, except_pf.asm  - The assembly language files for the interrupt service routine, the interrupt/exception vector table, the protection exception handler, the user program, the data for locations xC000-xC013, page table, page fault exception handler.
- 
int.hex, vector_table.hex, except_prot.hex, add.hex, data.hex, pagetable.hex, except_pf.hex  - The machine code for the interrupt service routine, the interrupt/exception vector table, the protection exception handler, the user program, and the data for locations xC000-xC013.
- 
readme.txt or readme.ps or readme.pdf or readme.tar - A printable file showing the changes you have implemented in the datapath. This file can be in the following formats - text, postscript, PDF or HTML with images.  Please submit a hardcopy of your documentation in class on Monday.
You may not submit more than 18 files for Lab 4.
NOTE: 
Please confirm that your file compiles by running gcc -ansi lc3bsim4.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 sunfire1 with the following command:
 ssh sunfire1.ece.utexas.edu
 
 
- 
After typing your username and password, submit your files with the
 following
command:
 
 submit-ee360n lc3bsim4.c ucode4 dumpsim
 ( This command is to submit the first 3 files. The remaining can be submitted by changing the names of the files. )
 
 
- 
You may check the files submitted with the following command:
 
 submit-ee360n -ls