Mirror of CollapseOS
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

13 行
208B

  1. L3 BSET
  2. PC ORG @ 0x34 + ! ( execute )
  3. ( DE points to wordref )
  4. EXDEHL,
  5. E (HL) LDrr,
  6. D 0 LDrn,
  7. EXDEHL,
  8. ( HL points to code pointer )
  9. DE INCss,
  10. ( DE points to PFA )
  11. JP(HL),