collapseos/blk/260

17 lines
563 B
Plaintext
Raw Normal View History

2020-04-22 10:30:14 +10:00
Cross compilation program
This programs allows cross compilation of boot binary and
2020-09-20 00:32:28 +10:00
core. Run "262 LOAD" right before your cross compilation and
then "270 LOAD" to apply xcomp overrides.
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.
(cont.)