aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2025-04-23 04:15:47 -0400
committerB. Watson <urchlay@slackware.uk>2025-04-23 04:15:47 -0400
commit3a120e78480a3b43c5cf32d9e6efae5a698abd38 (patch)
treec1a1efc82f4e65abe7496e271faf621c5d6e3c48 /Makefile
parented938284bfe486666917832888cd2894966edaab (diff)
downloadatari8-self-relocator-3a120e78480a3b43c5cf32d9e6efae5a698abd38.tar.gz
relocate only high bytes, increments of 1 page. previous approach was unworkable.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8212e19..412c0ab 100644
--- a/Makefile
+++ b/Makefile
@@ -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