Giter Club home page Giter Club logo

mymars's Introduction

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).

Purpose of this repo

This project is a fork of MARS 4.5. Pull requests are very much welcomed.

Documentation (included in the repo)

  • Go to the documentation.
  • In order to run or compile this project you must have JRE/JDK 10 (or later) installed on your computer.

How to run MARS

  • Desktop:

    • Save the jar file on the desktop
    • Run MARS by double-clicking the icon
  • Command line:

    • Save the jar file in some folder
    • Rename the jar file to "Mars.jar" for convenience
    • Open a command line shell in that folder
    • Run MARS by executing ./RunMars.sh (If you can't due to permissions, run chmod +x RunMars.sh)

How to compile

  • Windows: execute "CreateMarsJar.bat" file to generate an executable.
  • GNU/Linux and Mac: execute "CreateMarsJar.sh" to generate a java archive. If you can't due to permissions, run chmod +x CreateMarsJar.sh.

How to release

  • Create new folder mkdir myMARS
  • Run ./CreateMarsJar.sh
  • Copy files cp Mars.jar RunMars.sh
  • Create zip zip myMARS.zip myMARS
  • Release myMARS.zip with vYYYY-MM-DD as the version tag

License

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

mymars's People

Contributors

qaisjp avatar vidminas avatar zayadnimrod avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.