Skip to content

Commit 1e87e03

Browse files
Update links to MARS Simulator (#285)
1 parent 5ce8965 commit 1e87e03

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/INSTALLATION.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Installation
22

3-
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.
3+
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.

docs/RESOURCES.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Resources
22

33

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

0 commit comments

Comments
 (0)