Made stacksize user-adjustable on the cmdline.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4293 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -31,5 +31,5 @@ FEATURES {
|
||||
count = __INTERRUPTOR_COUNT__;
|
||||
}
|
||||
SYMBOLS {
|
||||
__STACKSIZE__ = $400; # 1K stack
|
||||
__STACKSIZE__: value = $0400, weak = yes; # 1k stack
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user