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

Add PEEK and POKE to the CCPZ #146

Closed skx closed 2 months ago

skx commented 2 months ago

[Maybe I'm not "done" after all!]

I noticed that the two built-in commands PEEK and POKE are present here:

They seem pretty awesomely useful, especially combined with GO/JUMP.

Add them, they're trivial :)