Add the ability to remove a jump to the real entry point when encoding and reinstate...
authorNick Downing <nick@ndcode.org>
Tue, 14 Jun 2022 14:26:15 +0000 (00:26 +1000)
committerNick Downing <nick@ndcode.org>
Tue, 14 Jun 2022 14:26:15 +0000 (00:26 +1000)
commite3ecd4ad89dbdb4a126b78825d5a1f1972bc2ea1
treeff6e41cf2e919512e7fe300a191b64d11e74c59c
parente2f646c85be91e8363de15be8a2f6b732322b18b
Add the ability to remove a jump to the real entry point when encoding and reinstate it later when decoding (the loader jumps directly to the real entry point)
loader/rle2_decode.py
loader/rle2_encode.py
loader/rle_decode.py
loader/rle_encode.py
loader/tree_decode.py
loader/tree_encode.py