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

17 行
497B

  1. (cont.)
  2. 0x22: litWord. Similar to a number word, except that instead of
  3. being followed by a 2 byte number, it is followed by a
  4. null-terminated string. Upon execution, the address of that
  5. null-terminated string is pushed on the PSP and IP is advanced
  6. to the address following the null.
  7. Also note that word routines references in wordrefs are 1b.
  8. This means that all word routine reference must live below
  9. 0x100 in boot binary. This is why numberWord and addrWord are
  10. squeezed where they are.