skx / cpmulator

Golang CP/M emulator for zork, Microsoft BASIC, Turbo Pascal, Wordstar, lighthouse-of-doom, etc
MIT License
98 stars 3 forks source link

Added a simple run-time debug option #138

Closed skx closed 2 months ago

skx commented 2 months ago

This is a compromise in detail - it doesn't show registers or internal details, but it does allow debugging to be toggled on and off at run-time which outweights the lack of information.

This closes #134.