2020-04-22 10:30:14 +10:00
|
|
|
Cross compilation program
|
|
|
|
|
|
|
|
This programs allows cross compilation of boot binary and
|
|
|
|
icore. Run "262 LOAD" right before your cross compilation and
|
2020-05-14 03:33:24 +10:00
|
|
|
then "270 LOAD" to apply xcomp overrides.
|
2020-04-28 23:15:17 +10:00
|
|
|
|
|
|
|
This unit depends on a properly initialized z80a with ORG and
|
|
|
|
BIN( set. That is how we determine compilation offsets.
|
2020-04-22 10:30:14 +10:00
|
|
|
|
|
|
|
This redefines defining words to achieve cross compilation.
|
|
|
|
The goal is two-fold:
|
|
|
|
|
|
|
|
1. Add an offset to all word references in definitions.
|
|
|
|
2. Don't shadow important words we need right now.
|
|
|
|
|
2020-04-28 23:15:17 +10:00
|
|
|
(cont.)
|