You must use the following naming convention for the files in Lab 1.
You may not submit more than two files for Lab 1.
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 assembler.c
on any LRC linux/unix machine before submitting your program.
In order to help us assign you the grades, please make sure that you put your names and ECE logins on the top of the assembler.c file in the following format, as a C comment:
/*
Name 1: Fullname of the first partner
Name 2: Fullname of the second partner
Login 1: ECE login name of the first partner
Login 2: ECE login name of the second partner
*/
Example:
/*
Name 1: Rustam Miftakhutdinov
Name 2: Chang Joo Lee
Login 1: rustam
Login 2: cjlee
*/
Before the deadline, you may resubmit any of the files without penalty. Every time you resubmit a file, the original file is overwritten.
SSH into sunfire with the following command:
ssh sunfire.ece.utexas.edu
After typing your username and password, submit your files with the following command:
submit-ee360n mul.asm assembler.c
You may check the files submitted with the following command:
submit-ee360n -ls
Note: currently the submit script works only on sunfire.