Added interrupt handler table
git-svn-id: svn://svn.cc65.org/cc65/trunk@1591 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
527c0575ec
commit
6eabc2813a
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue