Mirror of CollapseOS
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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