https://github.com/a-tokyo/mips-stimulator
A MIPS instruction set program stimulator.
https://github.com/a-tokyo/mips-stimulator
Last synced: 27 days ago
JSON representation
A MIPS instruction set program stimulator.
- Host: GitHub
- URL: https://github.com/a-tokyo/mips-stimulator
- Owner: a-tokyo
- License: mit
- Created: 2016-10-19T22:52:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-18T20:54:08.000Z (over 8 years ago)
- Last Synced: 2025-02-05T01:43:47.711Z (3 months ago)
- Language: Java
- Homepage: http://a-tokyo.github.io/MIPS-stimulator
- Size: 54.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MIPS-stimulator
A MIPS instruction set program stimulator.This application permits you to write a code in MIPS assembly then it stimulates the execution of the program on the MIPS architecture;
showing the status of the registers, flags and clock.