Add the new OPTIONAL attribute to the LOWCODE segment.
git-svn-id: svn://svn.cc65.org/cc65/trunk@2165 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -4,7 +4,7 @@ MEMORY {
|
||||
}
|
||||
SEGMENTS {
|
||||
STARTUP: load = RAM, type = wprot;
|
||||
LOWCODE: load = RAM, type = wprot;
|
||||
LOWCODE: load = RAM, type = wprot, optional = yes;
|
||||
CODE: load = RAM, type = wprot;
|
||||
RODATA: load = RAM, type = wprot;
|
||||
DATA: load = RAM, type = rw;
|
||||
@@ -20,7 +20,7 @@ FEATURES {
|
||||
type = destructor,
|
||||
label = __DESTRUCTOR_TABLE__,
|
||||
count = __DESTRUCTOR_COUNT__;
|
||||
# condes functions with type 2 are called in the interrupt
|
||||
# condes functions with type 2 are called in the interrupt
|
||||
CONDES: segment = RODATA,
|
||||
type = 2,
|
||||
label = __IRQFUNC_TABLE__,
|
||||
|
||||
Reference in New Issue
Block a user