Lab Assignment 5 Submission Instructions

Important Notes

You must use the following naming convention for the files in Lab 5.

Please confirm that your file compiles (by using gcc -std=c99 lc3bsim5.c) and runs on any ECE LRC linux machine before submitting your program.

In order to help us assign you the grades, we need your names and UTEIDs at the top of the lc3bsim5.c file in the EXACT following format, as a C comment:

/*
        Name 1: Fullname of the student 
        UTEID 1: UTEID of the student
*/

Example:

/*
        Name 1: Chirag Sakhuja
        UTEID 1: cs38625
*/

Instructions For Submission

Turn in the following files:


lc3bsim5.c
ucode5
dumpsim
int.asm
vector_table.asm
add.asm
data.asm
pagetable.asm

by following these instructions.