An open API service indexing awesome lists of open source software.

https://github.com/akafael/assembly-mips-sandbox

Assembly mips codes collection
https://github.com/akafael/assembly-mips-sandbox

assembly assembly-mips mips mips-assembly

Last synced: 2 months ago
JSON representation

Assembly mips codes collection

Awesome Lists containing this project

README

          

Assembly MIPS
=============

Guiding myself trough the hidden path of assembly for MIPS

## Requirements

* Java
* [Mars MIPS](https://courses.missouristate.edu/KenVollmar/MARS/): Available at [bin](bin) folder

## Check all codes

You can check all codes inside src whith:

```
make
```
Note this does not simulate, just assembly each code.

## Simulate

To simulate a file, `src/02-loop.asm` for instance, just call `Mars4_5.jar` using java:

```
java -jar bin/Mars4_5.jar src/02-loop.asm
```