Add IRQ table
git-svn-id: svn://svn.cc65.org/cc65/trunk@901 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
MEMORY {
|
MEMORY {
|
||||||
ZP: start = $02, size = $1A, type = rw;
|
ZP: start = $02, size = $1A, type = rw;
|
||||||
RAM: start = $1bff, size = $a401, file = %O;
|
RAM: start = $1bff, size = $a401, define = yes, file = %O;
|
||||||
}
|
}
|
||||||
SEGMENTS {
|
SEGMENTS {
|
||||||
CODE: load = RAM, type = wprot;
|
CODE: load = RAM, type = wprot;
|
||||||
@@ -18,6 +18,10 @@ FEATURES {
|
|||||||
type = destructor,
|
type = destructor,
|
||||||
label = __DESTRUCTOR_TABLE__,
|
label = __DESTRUCTOR_TABLE__,
|
||||||
count = __DESTRUCTOR_COUNT__;
|
count = __DESTRUCTOR_COUNT__;
|
||||||
|
CONDES: segment = RODATA,
|
||||||
|
type = 2,
|
||||||
|
label = __IRQFUNC_TABLE__,
|
||||||
|
count = __IRQFUNC_COUNT__;
|
||||||
}
|
}
|
||||||
SYMBOLS {
|
SYMBOLS {
|
||||||
__STACKSIZE__ = $800; # 2K stack
|
__STACKSIZE__ = $800; # 2K stack
|
||||||
|
|||||||
Reference in New Issue
Block a user