1
0
mirror of https://github.com/hsoft/collapseos.git synced 2024-09-16 18:48:45 +10:00
collapseos/emul/emul.fs
Virgil Dupras 1bd191e86a Move /emul/forth/* to /emul
Less noisy this way
2020-04-24 17:53:58 -04:00

5 lines
77 B
Forth

HERE @ 256 /MOD 2 PC! 2 PC!
: EMIT 0 PC! ;
: KEY 0 PC@ ;
CURRENT @ 12 RAM+ !