Replace zeropage variable with standard tmp variable.

This commit is contained in:
Stephan Mühlstrasser
2015-02-12 21:29:19 +01:00
parent b1169cbb23
commit 94f83ea439
4 changed files with 6 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ SYMBOLS {
}
MEMORY {
# for size of ZP see runtime/zeropage.s and c1p/extzp.s
ZP: file = "", define = yes, start = $0002, size = $001A + $0005;
ZP: file = "", define = yes, start = $0002, size = $001A + $0004;
RAM: file = %O, define = yes, start = %S, size = __HIMEM__ - __STACKSIZE__ - %S;
}
SEGMENTS {