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

  1. Cross compilation program
  2. This programs allows cross compilation of boot binary and
  3. icore. 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.)