Files
EMARS/README.md
T
2022-11-10 14:45:39 -05:00

1.1 KiB

E-MARS: Enhanced MARS Assembler

MARS is a lightweight interactive development environment (IDE) for programming in MIPS assembly language, developed by Pete Sanderson (programming) and Ken Vollmar, intended for educational-level use with Patterson and Hennessy's Computer Organization and Design.

EMARS (this repo) is Azalea's enhanced version of MARS.

Changes from Mars 1.4:

EMARS 1.5

  • Switched to Gradle build system with Kotlin support

FAQ

How to run: Install Java JDK >11 and double-click on the jar.
How to compile: gradle build

License

MIT. Chech the LICENSE file. All the credits go to the original developers.