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.

17 lines
303B

  1. CODE * ( DE * BC -> DE (high) and HL (low) )
  2. DE POPqq, BC POPqq, chkPS,
  3. HL 0 LDddnn,
  4. A 0x10 LDrn,
  5. ( loop )
  6. HL ADDHLss,
  7. E RLr, D RLr,
  8. JRNC, 4 A, ( noinc )
  9. BC ADDHLss,
  10. JRNC, 1 A, ( noinc )
  11. DE INCss,
  12. ( noinc )
  13. A DECr,
  14. JRNZ, -14 A, ( loop )
  15. HL PUSHqq,
  16. ;CODE