CS232: Computer Architecture II
Fall 2009
Assignments

DueAssignmentPointsSolutions
Tue Sep 1, 6:00pmMP 1 Instructions    mp1.cxx 50Solution Grading program
Fri Sep 11, 6:00pmMP 2 Instructions    mp2.s 100Solution
Thu Sep 24, 9:00pmMP 3 Instructions    mp3.s    trap.handler
Save mp3.s and trap.handler in the same folder.
50Solution
Sat Oct 10, 9:00pmMP 4 Instructions    mp4.s    trap.handler
Save mp4.s and trap.handler in the same folder.
50 
Part A: Fri Oct 30, 9:00pm
Part B: Tue Nov 17, 9pm
MP 5 Instructions    mp5.s    core2.s
trap.handler
60+40 

Submission Instructions

1. Log into your EWS account (remlnx.ews.illinois.edu)

2. In the folder containing your mp3.s solution, create a file called partners.txt which contains only your netid and the netids of all your group members (one netid per line). Do not include anything else in the file. The handin script will reject your submission if you have incorrectly prepared this file.

Example: If your netid is alice2 and your partners are bob1 and carol45, your partners.txt should look like:

alice2
bob1
carol45
3. At the prompt, type:

    cs232
The first time you execute this command, it will allocate for you a cs232.work directory for use in this class. (If for some reason this command doesn't work for you, try using the full path: /homesta/classdata/bin/cs232).

4. Copy your solution file mp3.s and partners.txt from your account into the current folder.

5. To submit, give the command

	handin -s mp3
To see information about MP 3, including the status of your submissions, run:

	handin -i mp3
For future reference, handin will not test your code.

MIPS Programming ResourcesOther Resources
Appendix A of the textbook in PDF
SPIM documentation
SPIMbot Documentation
SPIMbot Peripheral Documentation


email