NyxCode / mima-simulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simulator for KIT's MIMA

This is a simulator for the Mikroprogrammierte Minimalmaschiene.
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.

About


Languages

Language:Rust 100.0%