1
0
mirror of https://github.com/hsoft/collapseos.git synced 2025-02-17 21:56:03 +11:00
collapseos/blk/471

10 lines
225 B
Plaintext
Raw Normal View History

CODE _blank ( this is way too slow in Forth )
A XORr, TMS_CTLPORT OUTiA,
A 0x40 LDri, TMS_CTLPORT OUTiA,
HL 0x4000 LDdi,
BEGIN,
A XORr, TMS_DATAPORT OUTiA,
HL DECd, HLZ,
JRNZ, AGAIN,
;CODE