Mirror of CollapseOS
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

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