## E-MARS: Enhanced MARS Assembler [MARS][1] is a lightweight interactive development environment (IDE) for programming in MIPS assembly language, developed by [Pete Sanderson][4] (programming) and [Ken Vollmar][5], 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][2]. Chech the [LICENSE][3] file. All the credits go to the original developers. [1]: http://courses.missouristate.edu/KenVollmar/MARS/index.htm [2]: http://www.opensource.org/licenses/mit-license.html [3]: https://github.com/adolphenom/MARS_Assembler/blob/master/LICENSE [4]: http://faculty.otterbein.edu/PSanderson/ [5]: http://courses.missouristate.edu/KenVollmar/ [6]: http://courses.missouristate.edu/KenVollmar/MARS/download.htm [7]: http://courses.missouristate.edu/KenVollmar/MARS/Help/MarsHelpIntro.html [8]: http://twitter.com/aesptux