This is a CLI tool for running emulations of the Manchester Small-Scale Experimental Machine "Baby", the worlds first stored program computer, providing a familiar albeit primitive programming environment.
Ensure you have cargo installed.
cargo install ssemu
```
Usage: ssemu
Commands: assemble Assemble an asm source file to a binary file run Load and run a source file help Print this message or the help of the given subcommand(s)
Options: -h, --help Print help -V, --version Print version ```
``` Usage: ssemu assemble [OPTIONS] --input
Options: -i, --input The input asm file -o, --output
```
Usage: ssemu run [OPTIONS]
Arguments:
Options:
--exe-from model
including registers & memory when execution stops or breakpoint encountered
--output-addr