Mirror of CollapseOS
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

123456789101112131415
  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),