mirror of
https://github.com/cc65/cc65.git
synced 2025-01-29 06:30:30 +00:00
Reduce stack size to 256B for unexpanded VICs.
This commit is contained in:
parent
93145246fd
commit
53f055fb1d
@ -1,7 +1,7 @@
|
||||
SYMBOLS {
|
||||
__LOADADDR__: type = import;
|
||||
__EXEHDR__: type = import;
|
||||
__STACKSIZE__: type = weak, value = $0400; # 1k stack
|
||||
__STACKSIZE__: type = weak, value = $0100
|
||||
}
|
||||
MEMORY {
|
||||
ZP: file = "", define = yes, start = $0002, size = $001A;
|
||||
|
Loading…
x
Reference in New Issue
Block a user