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

14 行
381B

  1. ( BOOT DICT: There are only 3 words in the boot dict, but
  2. these words' offset need to be stable, so they're part of
  3. the "stable ABI" )
  4. 'E' A, 'X' A, 'I' A, 'T' A,
  5. 0 A,, ( prev )
  6. 4 A,
  7. H@ XCURRENT ! ( set current tip of dict, 0x42 )
  8. 0x17 A, ( nativeWord )
  9. ;CODE
  10. CODE FOO
  11. AH 0x0e MOVri, ( print char ) AL 'X' MOVri, 0x10 INT,
  12. BEGIN, JMPs, AGAIN,
  13. ;CODE