/assembly-mips-sandbox

Assembly mips codes collection

Primary LanguageAssemblyGNU General Public License v3.0GPL-3.0

Assembly MIPS

Guiding myself trough the hidden path of assembly for MIPS

Requirements

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