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
- Host: GitHub
- URL: https://github.com/zvory/mips-emulator
- Owner: zvory
- Created: 2017-12-15T03:26:10.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-03T13:21:57.000Z (almost 8 years ago)
- Last Synced: 2025-06-24T01:46:43.610Z (about 1 year ago)
- Language: C++
- Size: 176 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```