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
- Host: GitHub
- URL: https://github.com/akafael/assembly-mips-sandbox
- Owner: akafael
- License: gpl-3.0
- Created: 2019-12-08T16:17:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-23T17:47:21.000Z (about 6 years ago)
- Last Synced: 2025-06-15T07:02:26.114Z (about 1 year ago)
- Topics: assembly, assembly-mips, mips, mips-assembly
- Language: Assembly
- Homepage:
- Size: 3.72 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```