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).
This project is a fork of MARS 4.5. Pull requests are very much welcomed.
Desktop:
Command line:
./RunMars.sh
(If you can't due to permissions, run chmod +x RunMars.sh
)chmod +x CreateMarsJar.sh
.mkdir myMARS
./CreateMarsJar.sh
cp Mars.jar RunMars.sh
zip myMARS.zip myMARS
myMARS.zip
with vYYYY-MM-DD
as the version tagMIT. Check the LICENSE file. All the credits go to the original developers.