Difference between revisions of "CSC231 Final Exam 2010"
Line 115: | Line 115: | ||
You will need the pushf and popf instructions. Pushf pushes a doubleword containing the flags register in the stack. Popf pops it back. | You will need the pushf and popf instructions. Pushf pushes a doubleword containing the flags register in the stack. Popf pops it back. | ||
+ | |||
+ | =Requirements= | ||
+ | |||
+ | * Submit only code that works | ||
+ | * Document your code well: | ||
+ | ** Functions should have headers | ||
+ | ** The main program should have a header. | ||
=Submission= | =Submission= |
Revision as of 13:03, 12 December 2010
This final exam is take-home. It is open-books, open-notes, and open-Web. It is due a week after it is made available, at 4:00 p.m. on TBA.
You cannot discuss the details of this exam with anyone except your instructor. The TAs are not allowed to help you out in any way. No question will be answered in person after 12:00 a.m. on 12/13/10. Instead, if you have questions regarding the exam, send them via email to thiebaut@cs.smith.edu, and the question and its answer will be broadcast back to the hole class via email. The exam is given under the rules of the Smith College Honor Code.
Make sure you reference all work/resources you use in your documentation.