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 -std=c99 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: Chirag Sakhuja
Name 2: John Mackay
UTEID 1: cs38625
UTEID 2: jgm2929
*/
If you worked alone:
/*
Name 1: Chirag Sakhuja
UTEID 1: cs38625
*/
Turn in the following files:
lc3bsim2.c
by following these instructions.