Skip to content

Latest commit

 

History

History
51 lines (29 loc) · 928 Bytes

README.md

File metadata and controls

51 lines (29 loc) · 928 Bytes

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.