MIPS
At least two courses focuses on MIPS, so we’ve moved some content from individual courses to this page.
There’s also myMars - a custom version of Mars with some minor additional features.
Beginner
- “The Bible”: Appendix A - Assemblers, Linkers and SPIM
- MIPS Assembly (wikibook)
- MIPS Cheat sheet
- very nice blogposts about MIPS
- MIPS syscalls in MARS reference
- MIPS instruction reference
- Arrays:
- Video explanation of arrays (by The Simple Engineer)
- Pointer arithmetic
- The Stack:
Advanced
- List of registers (from slides)
- Understanding the Stack