Mirror of CollapseOS
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

17 satır
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.)