Fixed uninitialized use of low byte of address "load".

This commit is contained in:
Stephan Mühlstrasser
2015-03-14 00:01:12 +01:00
parent f014800d3c
commit 72a9e331e3
3 changed files with 6 additions and 2 deletions

View File

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