mirror of
https://github.com/cc65/cc65.git
synced 2025-01-14 16:33:00 +00:00
More room by default for zero-page data.
This commit is contained in:
parent
166a299535
commit
b4bab018ac
@ -10,7 +10,7 @@ SYMBOLS {
|
||||
}
|
||||
MEMORY {
|
||||
# for size of ZP, see runtime/zeropage.s and c1p/extzp.s
|
||||
ZP: file = "", define = yes, start = $0002, size = $001A + $0006;
|
||||
ZP: file = "", define = yes, start = $0002, size = $001A + $0020;
|
||||
HEAD: file = %O, start = $0000, size = $00B6;
|
||||
RAM: file = %O, define = yes, start = %S, size = __HIMEM__ - __STACKSIZE__ - %S;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user