aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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