You may not submit more than two files for Lab 6.
Please confirm that your file compiles (by using gcc -std=c99 lc3bsim6.c) and runs on any ECE LRC linux machine before submitting your program.
Also, please remove the printf statements you put in your program for debugging. The only output to the screen from your simulator should be the output initiated by the shell code we have provided.
In order to help us assign you the grades, we need your names and UTEIDs at the top of the lc3bsim6.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
*/
Turn in the following files:
lc3bsim6.c ucode6
by following these instructions.