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

14 行
429B

  1. ( TODO: move these words with other native words. )
  2. H@ 4 + XCURRENT ! ( make next CODE have 0 prev field )
  3. CODE (br) L1 BSET ( used in ?br )
  4. PC 0x3f - ORG @ 0x3d + ! ( stable abi )
  5. DI DX MOVxx, AL [DI] MOVr[], AH AH XORrr, CBW,
  6. DX AX ADDxx,
  7. ;CODE
  8. CODE (?br)
  9. PC 0x43 - ORG @ 0x41 + ! ( stable abi )
  10. AX POPx, AX AX ORxx, JZ, L1 @ RPCs, ( False, branch )
  11. ( True, skip next byte and don't branch )
  12. DX INCx,
  13. ;CODE