]> git.sur5r.net Git - cc65/commitdiff
Added interrupt handler table
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 22 Nov 2002 22:42:49 +0000 (22:42 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Fri, 22 Nov 2002 22:42:49 +0000 (22:42 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@1591 b7a2c559-68d2-44c3-8de9-860c34a00d81

src/ld65/cfg/plus4.cfg

index 5ff0a408a69cb60596f891967969ad122c2ba0f6..2021c1b531af6872beb5321635338029aa0711bc 100644 (file)
@@ -20,6 +20,11 @@ FEATURES {
            type = destructor,
            label = __DESTRUCTOR_TABLE__,
            count = __DESTRUCTOR_COUNT__;
+    /* condes functions with type 2 are called in the interrupt */
+    CONDES: segment = RODATA,
+           type = 2,
+           label = __IRQFUNC_TABLE__,
+           count = __IRQFUNC_COUNT__;
 }
 SYMBOLS {
     __STACKSIZE__ = $800;      # 2K stack