]> git.sur5r.net Git - cc65/commitdiff
Add IRQ table
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 13 Sep 2001 15:29:45 +0000 (15:29 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Thu, 13 Sep 2001 15:29:45 +0000 (15:29 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@901 b7a2c559-68d2-44c3-8de9-860c34a00d81

src/ld65/cfg/c128.cfg

index dc9f873b971da925686adac7170bbc519c749613..3bbffb0766695d2b98d561d824f650cf78c746f7 100644 (file)
@@ -1,6 +1,6 @@
 MEMORY {
     ZP: start = $02, size = $1A, type = rw;
-    RAM: start = $1bff, size = $a401, file = %O;
+    RAM: start = $1bff, size = $a401, define = yes, file = %O;
 }
 SEGMENTS {
     CODE: load = RAM, type = wprot;
@@ -18,6 +18,10 @@ FEATURES {
            type = destructor,
            label = __DESTRUCTOR_TABLE__,
            count = __DESTRUCTOR_COUNT__;
+    CONDES: segment = RODATA,
+           type = 2,
+           label = __IRQFUNC_TABLE__,
+           count = __IRQFUNC_COUNT__;
 }
 SYMBOLS {
     __STACKSIZE__ = $800;      # 2K stack