Add new symbol __STACKSIZE__ to all linker configurations.
git-svn-id: svn://svn.cc65.org/cc65/trunk@622 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -25,3 +25,6 @@ FILES {
|
||||
FORMATS {
|
||||
o65: os = lunix, type = small, extsym = "LUNIXKERNAL", extsym = "LIB6502";
|
||||
}
|
||||
SYMBOLS {
|
||||
__STACKSIZE__ = $800; # 2K stack
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user