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.

9 lines
286B

  1. BEGIN, ( inner )
  2. ( DE is a wordref, first step, do our len correspond? )
  3. HL PUSH, ( --> lvl 1 )
  4. DE PUSH, ( --> lvl 2 )
  5. DE DECd,
  6. LDA(DE),
  7. 0x7f ANDi, ( remove IMMEDIATE flag )
  8. C CPr, ( cont. )