From 3a120e78480a3b43c5cf32d9e6efae5a698abd38 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 23 Apr 2025 04:15:47 -0400 Subject: relocate only high bytes, increments of 1 page. previous approach was unworkable. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3