In a2_pack_*.py make the loader be constructed in order of execution (always bottom...
authorNick Downing <nick@ndcode.org>
Tue, 21 Jun 2022 09:33:29 +0000 (19:33 +1000)
committerNick Downing <nick@ndcode.org>
Tue, 21 Jun 2022 09:38:45 +0000 (19:38 +1000)
commit48851324b87533f56497a8ae3c9bb6afb0d08d4c
tree54e439d638bae541b1921425b9b293bb6acc64e5
parente3f481109700f1adb229b56ed00a946749d3e594
In a2_pack_*.py make the loader be constructed in order of execution (always bottom to top due to 6502 hardware) and payload be constructed in corresponding order (bottom to top for a2_pack_fwd.py, but top to bottom for a2_pack_rev.py)
loader/a2_pack_fwd.py
loader/a2_pack_rev.py