diff options
author | B. Watson <urchlay@slackware.uk> | 2025-04-23 04:15:47 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2025-04-23 04:15:47 -0400 |
commit | 3a120e78480a3b43c5cf32d9e6efae5a698abd38 (patch) | |
tree | c1a1efc82f4e65abe7496e271faf621c5d6e3c48 /Makefile | |
parent | ed938284bfe486666917832888cd2894966edaab (diff) | |
download | atari8-self-relocator-3a120e78480a3b43c5cf32d9e6efae5a698abd38.tar.gz |
relocate only high bytes, increments of 1 page. previous approach was unworkable.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ hello40.xex: hello.s cl65 -t none -o hello40.xex --asm-define start_addr=0x4000 hello.s hello41.xex: hello.s - cl65 -t none -o hello41.xex --asm-define start_addr=0x4102 hello.s + cl65 -t none -o hello41.xex --asm-define start_addr=0x4100 hello.s clean: rm -f reloc.atr hello40.xex hello41.xex reloc.xex *.o |