https://github.com/nbbeeken/dashmips
A Mips interpreter of sorts.
https://github.com/nbbeeken/dashmips
mips mips-simulator
Last synced: about 1 year ago
JSON representation
A Mips interpreter of sorts.
- Host: GitHub
- URL: https://github.com/nbbeeken/dashmips
- Owner: nbbeeken
- License: mit
- Created: 2019-02-02T16:29:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-19T19:38:27.000Z (over 1 year ago)
- Last Synced: 2025-04-04T03:34:10.781Z (over 1 year ago)
- Topics: mips, mips-simulator
- Language: Python
- Homepage: https://pypi.org/project/dashmips/
- Size: 350 KB
- Stars: 13
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dashmips

`dashmips` is a Mips Interpreter CLI program.
## [Documentation](https://github.com/nbbeeken/dashmips/wiki)
You can reference [this repository's wiki page](https://github.com/nbbeeken/dashmips/wiki) for CLI usage, debugging, and more!
Happy coding!