More room by default for zero-page data.

This commit is contained in:
Stephan Mühlstrasser 2015-03-22 12:10:58 +01:00
parent 166a299535
commit b4bab018ac
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}