You must name the C source code file for your LC-3b simulator lc3bsim2.c. You may not submit more than one file for Lab 2. Note: you must follow the instructions below to the letter or points will be deducted.
If you worked on the assignment with a partner, only one of you needs to submit the files.
Please confirm that your file compiles by running gcc -ansi lc3bsim2.c on any ECE LRC linux machine before submitting your program. You should also test your program on an ECE LRC linux machine.
In order to help us assign you the grades, we need your names and UTEIDs at the top of the lc3bsim2.c file in the EXACT following format, as a C comment:
If you are working with a partner:
/*
Name 1: Fullname of the first partner
Name 2: Fullname of the second partner
UTEID 1: UTEID of the first partner
UTEID 2: UTEID of the second partner
*/
Example:
/*
Name 1: Vivekanand Venugopal
Name 2: Ramapriyan Chakravarthy
UTEID 1: vvenugopal
UTEID 2: rchakravarthy
*/
If you are working alone:
/*
Name 1: Fullname of the student
UTEID 1: UTEID of the student
*/
Example:
/*
Name 1: Vivekanand Venugopal
UTEID 1: vvenugopal
*/
Turn in the following files:
lc3bsim2.c
by following these instructions.