Skip to content

lionkor/MU0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MU0

A simple model emulator as preparation for a bigger project. Open source, GPL-2.0

Check out the assembler at lionkor/MU0-asm.

How to build

  1. Clone this repo recursively with git clone [URL] --recursive.

  2. Run cmake . && make.

This should compile the program into a binary called MU0.

How to use

  • You can run ./MU0 and it will load the memory.bin file (which you might fill however you like).

  • You can run ./MU0 myfile.bin to load myfile.bin and execute it.

There are examples supplied with the emulator, such as multiply.bin which will multiply 5x5.

About

Minimal MU0 emulator

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors