A simple model emulator as preparation for a bigger project. Open source, GPL-2.0
Check out the assembler at lionkor/MU0-asm.
-
Clone this repo recursively with
git clone [URL] --recursive. -
Run
cmake . && make.
This should compile the program into a binary called MU0.
-
You can run
./MU0and it will load thememory.binfile (which you might fill however you like). -
You can run
./MU0 myfile.binto loadmyfile.binand execute it.
There are examples supplied with the emulator, such as multiply.bin which will multiply 5x5.