Mirror of CollapseOS
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

16 líneas
413B

  1. L3 BSET PC ORG @ 0x34 + ! ( execute )
  2. EXDEHL, ( HL now points to wordref )
  3. ( We don't apply BIN( reliably on stable ABI stuff, we
  4. might need to adjust addr. Ugly, but well... )
  5. BIN( @ [IF]
  6. A XORr, H ORr, IFZ, H BIN( @ 256 / LDrn, THEN,
  7. [THEN]
  8. E (HL) LDrr,
  9. D BIN( @ 256 / LDrn,
  10. EXDEHL,
  11. ( HL points to code pointer )
  12. DE INCss,
  13. ( DE points to PFA )
  14. JP(HL),