Department of Electrical and Computer Engineering
The University of Texas at Austin
EE 360N, Fall 2005
Submission Instructions for Lab Assignment 4
Due: October 30 2005, 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 4 Assignment page.
-
int.asm, vector_table.asm, except_prot.asm, add.asm, and data.asm - The assembly language files for the interrupt service routine, the interrupt/exception vector table, the protection exception handler, the user program, and the data for .for locations xC000-xC013.
-
int.hex, vector_table.hex, except_prot.hex, add.hex and data.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.
If you prefer to submit a hardcopy of your documentation,
you can submit it in class on Monday October 31, 2005.
You may not submit more than 14 files for Lab 4.
NOTE:
Please confirm that your file compiles by running gcc -ansi lc3bsim4.c on any ECE linux machine (linux01-linux24.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