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.)