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

17 行
571B

  1. 2. If it references a word from this unit or from native
  2. definitions, these need to be properly offsetted because
  3. their offset at compile time are not the same as their
  4. runtime offsets.
  5. 3. Anything they refer to in the boot binary has to be properly
  6. stabilized.
  7. 4. Make sure that the words you compile are not overridden by
  8. the full interpreter.
  9. 5. When using words as immediates, make sure that they're not
  10. defined in icore or, if they are, make sure that they are
  11. *not* offsetted
  12. (cont.)