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
563B

  1. Cross compilation program
  2. This programs allows cross compilation of boot binary and
  3. core. Run "262 LOAD" right before your cross compilation and
  4. then "270 LOAD" to apply xcomp overrides.
  5. This unit depends on a properly initialized z80a with ORG and
  6. BIN( set. That is how we determine compilation offsets.
  7. This redefines defining words to achieve cross compilation.
  8. The goal is two-fold:
  9. 1. Add an offset to all word references in definitions.
  10. 2. Don't shadow important words we need right now.
  11. (cont.)