An open API service indexing awesome lists of open source software.

https://github.com/nyxcode/mima-simulator


https://github.com/nyxcode/mima-simulator

Last synced: 2 months ago
JSON representation

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.