From 9675a1c361c850ca2f0c3e6aaa2d966c2f1ce8d4 Mon Sep 17 00:00:00 2001 From: cuz Date: Wed, 19 Sep 2001 08:24:18 +0000 Subject: [PATCH] CBM510 update git-svn-id: svn://svn.cc65.org/cc65/trunk@946 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- doc/ld65.sgml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/ld65.sgml b/doc/ld65.sgml index 94335f260..7c4bb9ee0 100644 --- a/doc/ld65.sgml +++ b/doc/ld65.sgml @@ -846,6 +846,10 @@ types: type = destructor, label = __DESTRUCTOR_TABLE__, count = __DESTRUCTOR_COUNT__; + CONDES: segment = RODATA, + type = 2, + label = __IRQFUNC_TABLE__, + count = __IRQFUNC_COUNT__; } SYMBOLS { __STACKSIZE__ = $781; # ~2K stack -- 2.39.5