Skip to content

Commit

Permalink
Update links to MARS Simulator (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
keiravillekode authored Oct 23, 2024
1 parent 5ce8965 commit 1e87e03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/INSTALLATION.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Installation

For these problems, we use the popular MIPS simulator [MARS](http://courses.missouristate.edu/KenVollmar/mars/). Download the MARS jar archive from the MARS website and place it somewhere easily accessible. Also install the Java SDK if you do not have it already.
For these problems, we use the popular MIPS simulator [MARS](https://dpetersanderson.github.io/Help/MarsHelpIntro.html). Download the MARS jar archive from [GitHub](https://github.com/dpetersanderson/MARS/releases) and place it somewhere easily accessible. Also install the Java SDK if you do not have it already.
4 changes: 2 additions & 2 deletions docs/RESOURCES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Resources


* [MIPS Green Sheet](https://inst.eecs.berkeley.edu/~cs61c/resources/MIPS_Green_Sheet.pdf)
* [MIPS Green Sheet](https://courses.cs.washington.edu/courses/cse378/09au/MIPS_Green_Sheet.pdf)
* [cburch reference card](http://www.cburch.com/cs/330/reading/mips-ref.pdf)
* [MIPS Instruction Reference](https://mathcs.holycross.edu/~csci226/MIPS/MIPS_InstructionReference.html)
* [MIPS Instruction Set Cheat Sheet](https://group.miletic.net/en/teaching/materials/mips-instruction-set/)
* [MIPS syntax vim plugin](https://github.com/harenome/vim-mipssyntax)
* [Writing and Using Macros](https://courses.missouristate.edu/kenvollmar/mars/help/MacrosHelp.html)
* [Writing and Using Macros](https://dpetersanderson.github.io/Help/MacrosHelp.html)

0 comments on commit 1e87e03

Please sign in to comment.