-
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update links to MARS Simulator (#285)
- Loading branch information
1 parent
5ce8965
commit 1e87e03
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |