MARS_Assembler

MARS Assembler

MARS is a lightweight interactive development environment (IDE) for programming in MIPS assembly language, intended for educational-level use with Patterson and Hennessy’s Computer Organization and Design.

MARS has been jointly developed by Pete Sanderson (programming) and Ken Vollmar (details and paperwork).

Last update

Aug. 2014

Download

You can download the latest version at the official website.

Purpose of this repo

This repo is a mirror of the source code of MARS Assembler. Though the source code is into the “MARS.jar” file at the download page, this is a mirror for people who wants to have the source code forked or that stuff.

I’m not going to accept any pull request. This source code is not maintained by me but the original developers. If you want to contribute to the project, you should talk with them going here.

Documentation (included in the repo)

How to run MARS

How to compile

License

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