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.

10 line
225B

  1. CODE _blank ( this is way too slow in Forth )
  2. A XORr, VDP_CTLPORT OUTiA,
  3. A 0x40 LDri, VDP_CTLPORT OUTiA,
  4. HL 0x4000 LDdi,
  5. BEGIN,
  6. A XORr, VDP_DATAPORT OUTiA,
  7. HL DECd, HLZ,
  8. JRNZ, AGAIN,
  9. ;CODE