]> git.sur5r.net Git - cc65/commitdiff
Add some bytes in ZP block in order to able to link with o65 files
authorjede <jede@oric.org>
Sun, 24 Sep 2017 09:55:37 +0000 (11:55 +0200)
committerjede <jede@oric.org>
Sun, 24 Sep 2017 09:55:37 +0000 (11:55 +0200)
cfg/telestrat.cfg

index 395a936e1bd9e6d0c6c886801a0eadf35cba998d..35fd5a984e2b3904db21242f8eb17c6c7ba77532 100644 (file)
@@ -4,7 +4,7 @@ SYMBOLS {
     __RAMEND__:    type = weak, value = $9800;
 }
 MEMORY {
-    ZP:      file = "", define = yes, start = $00E0,            size = $001A;
+    ZP:      file = "", define = yes, start = $00B0,            size = $003A;
     ORIXHDR: file = %O, type   = ro,  start = $0000,            size = $001F;
     BASHEAD: file = %O, define = yes, start = $0801,            size = $000D;
     MAIN:    file = %O, define = yes, start = __BASHEAD_LAST__, size = __RAMEND__ - __MAIN_START__;
@@ -38,3 +38,5 @@ FEATURES {
             segment = RODATA,
             import  = __CALLIRQ__;
 }
+
+