Department of Electrical and Computer Engineering
The University of Texas at Austin
EE 360N, Fall 2005
Submission Instructions for Lab Assignment 5
Due: November 29 2005, 11:59 pm
You must use the following naming convention for the files in Lab 5.
-
lc3bsim5.c - The C source code for your LC-3b simulator.
-
ucode5 - 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, and 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, the data for locations xC000-xC013, page table, and page fault exception handler.
-
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 Wednesday November 30.
You may not submit more than 18 files for Lab 5.
NOTE:
Please confirm that your file compiles by running gcc -ansi lc3bsim5.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 lc3bsim5.c ucode5 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