Skip to content

A Java based Assembler and Emulator for the MIPS assembly language.

License

Notifications You must be signed in to change notification settings

ParkerTenBroeck/MIPS

Repository files navigation

MIPS   Badge License

Assembler & Emulator for the MIPS
assembly language written in Java.


Building

How to compile this project.

  1. Clone or download this repository.

  2. Navigate to the root of the project.

  3. Compile the project with:

    gradlew build
  4. Bundle the project with:

    gradlew jar


Plugins

Available extensions you can add.

  • RetroSoundPlugin

    A NES / Famicon sound emulator that gives this
    project the ability to play audio from one of the
    many sound chips it emulates.