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.

11 lines
229B

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