mirror of
https://github.com/cc65/cc65.git
synced 2025-04-05 13:37:17 +00:00
CBM510 update
git-svn-id: svn://svn.cc65.org/cc65/trunk@946 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
97af941462
commit
9675a1c361
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user