https://github.com/nyxcode/mima-simulator
https://github.com/nyxcode/mima-simulator
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nyxcode/mima-simulator
- Owner: NyxCode
- Created: 2022-11-18T16:50:52.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-18T16:52:49.000Z (over 3 years ago)
- Last Synced: 2025-07-04T20:20:47.326Z (8 months ago)
- Language: Rust
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simulator for KIT's MIMA
This is a simulator for the [Mikroprogrammierte Minimalmaschiene](https://de.wikipedia.org/wiki/Mikroprogrammierte_Minimalmaschine).
Programs are written in the assembly syntax introduced in the lecture *Rechnerorganisation WS2022/2023*.
The assembly is translated into the in-memory representation of the MIMA, and is then interpreted.
# Examples
To get started, check out the `/examples` directory.