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

https://github.com/zvory/mips-emulator

mips emulator written in pure c
https://github.com/zvory/mips-emulator

Last synced: 8 months ago
JSON representation

mips emulator written in pure c

Awesome Lists containing this project

README

          

writing a MIPS (CS241 dialect) emulator in pure C (not even one tenth done lol)

```
make
cd bin
./mips-emulator filename
```