xC000
–xC013
. You may not submit more than 10 files for Lab 4.
Please confirm that your file compiles (by using gcc -ansi lc3bsim4.c) and runs on any ECE LRC linux machine before submitting your program. Please issue command uname and make sure the output is Linux. Note that sunfire machines are not Linux machines.
In order to help us assign you the grades, we need your names and UTEIDs at the top of the lc3bsim4.c file in the EXACT following format, as a C comment:
/*
Name: Fullname of the student
UTEID: UTEID of the student
*/
Example:
/*
Name: Milad Hashemi
UTEID: mhashemi
*/
Turn in the following files:
lc3bsim4.c ucode4 dumpsim int.asm vector_table.asm except_prot.asm except_unaligned.asm except_unknown.asm add.asm data.asm
by following these instructions.