CS Resources—MIPS
- Documentation for MIPS Tools—A brief description of each
of the MIPS tools.
- List of Traps for MIPS—Describes all the available system
calls as implemented in our MIPS tools.
- Detailed Encoding Reference for MIPS—A detailed description of how to encode MIPS instructions in binary.
- [PS], [PDF] - MIPS Instruction reference (very helpful)
- Differences—A guide to the differences between our MIPS
and the one described in Appendix A of Patterson & Hennessy.
- Example Code—A few example programs. These are also
available via the Unix file system at ~isg/pub/res/mips/examples.
- Course Notes Code—All the MIPS example from the course notes.
These are also available via the Unix file system at ~isg/pub/res/mips/notes.