| Due | Assignment | Points | Solutions |
|---|---|---|---|
| Tue Sep 1, 6:00pm | MP 1 Instructions mp1.cxx | 50 | Solution Grading program |
| Fri Sep 11, 6:00pm | MP 2 Instructions mp2.s | 100 | Solution |
| Thu Sep 24, 9:00pm | MP 3 Instructions mp3.s trap.handler
Save mp3.s and trap.handler in the same folder. | 50 | Solution |
| Sat Oct 10, 9:00pm | MP 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 |
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 carol453. At the prompt, type:
cs232The 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 mp3To see information about MP 3, including the status of your submissions, run:
handin -i mp3For future reference, handin will not test your code.
| MIPS Programming Resources | Other Resources |
|---|---|
|
Appendix A of the textbook in PDF SPIM documentation SPIMbot Documentation SPIMbot Peripheral Documentation |