1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-07-23 21:40:36 +10:00
collapseos/emul/hw/rc2014/README.md
Virgil Dupras 71d1350143 emul/hw/rc2014: add memdump command
Why didn't I think of adding it before?
2020-04-07 13:37:52 -04:00

16 lines
366 B
Markdown

# RC2014 emulation
This emulates a RC2014 classic with 8K of ROM, 32K of RAM and an ACIA hooked to
stdin/stdout.
Run `make` to build.
## Usage
Run `./classic /path/to/rom` (for example, `os.bin` from RC2014's recipe).
Serial I/O is hooked to stdin/stdout. `CTRL+D` to quit.
## Memory dump
You can press `CTRL+E` to dump the whole 64K of memory into `memdump`.