Mirror of CollapseOS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

пре 4 година
123456789101112131415
  1. # RC2014 emulation
  2. This emulates a RC2014 classic with 8K of ROM, 32K of RAM and an ACIA hooked to
  3. stdin/stdout.
  4. Run `make` to build.
  5. ## Usage
  6. Run `./classic /path/to/rom` (for example, `os.bin` from RC2014's recipe).
  7. Serial I/O is hooked to stdin/stdout. `CTRL+D` to quit.
  8. ## Memory dump
  9. You can press `CTRL+E` to dump the whole 64K of memory into `memdump`.