In a2_pack.py implement a mini linker based on end addresses of sections, change...
authorNick Downing <nick@ndcode.org>
Tue, 21 Jun 2022 03:34:09 +0000 (13:34 +1000)
committerNick Downing <nick@ndcode.org>
Tue, 21 Jun 2022 03:39:13 +0000 (13:39 +1000)
commit5c398cb8f48705bc87376494d18a43d97295baaa
treed35231e28a085af0a6ce9cf3a8cb898b79488ccb
parentbfafc3cefc09edcc93d0c159746e65cb8fa166a6
In a2_pack.py implement a mini linker based on end addresses of sections, change to build the sections downwards so that end address can be specified not start
loader/Makefile
loader/a2_pack.py
loader/lzss_unpack.asm