https://github.com/sonyafrostit/MipsRabbit
MipsRabbit is a MIPS .asm interpreter. Rather than compiling MIPS code and running it from a VM or other program, why not interpret it with powerful debugging tools in advance?
https://github.com/sonyafrostit/MipsRabbit
Last synced: about 1 month ago
JSON representation
MipsRabbit is a MIPS .asm interpreter. Rather than compiling MIPS code and running it from a VM or other program, why not interpret it with powerful debugging tools in advance?
- Host: GitHub
- URL: https://github.com/sonyafrostit/MipsRabbit
- Owner: sonyafrostit
- Created: 2016-01-09T21:12:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-12T04:45:55.000Z (over 9 years ago)
- Last Synced: 2025-02-15T00:02:45.975Z (4 months ago)
- Language: C
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- AwesomeInterpreter - MipsRabbit
README
# MipsRabbit
MipsRabbit is a MIPS .asm interpreter. Rather than compiling MIPS code and running it from a VM or other program, why not interpret it with powerful debugging tools in advance?