In order to submit programming assignments in this class, you will use the cs14-submit command on romulus. These instructions describe how to use that command.
Imagine that you have written your solution to lab-4, and it is sitting in a file named find-max.s, which you would like to submit. Perform the following steps:
~sfkaplan/cs14/cs14-submit lab-4 find-max.sNote that you must use the tilde before my username! Also observe the output of the submit command -- if an error occurs, then you've not successfully submitted your work.
~sfkaplan/cs14/cs14-check-submission lab-4This command will tell you that you have or have not submitted work for the given assignment.