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:
ol.sc
2009-10-01 17:00:10 +00:00
parent 7608ec3c63
commit ba46bab009
27 changed files with 30 additions and 29 deletions

View File

@@ -38,5 +38,5 @@ FEATURES {
count = __INTERRUPTOR_COUNT__;
}
SYMBOLS {
__STACKSIZE__ = $0800; # 2k stack
__STACKSIZE__: value = $0800, weak = yes; # 2k stack
}