none.cfg consistency changes

This commit is contained in:
bauen1
2018-01-04 21:29:58 +01:00
parent 60c68b1111
commit ef993f2fcf

View File

@@ -3,7 +3,7 @@ SYMBOLS {
} }
MEMORY { MEMORY {
ZP: file = "", define = yes, start = $0000, size = $0001F; ZP: file = "", define = yes, start = $0000, size = $0001F;
MAIN: file = %O, start = %S, size = $10000 - __STACKSIZE__, define = yes; MAIN: file = %O, define = yes, start = %S, size = $10000 - __STACKSIZE__;
} }
SEGMENTS { SEGMENTS {
ZEROPAGE: load = ZP, type = zp; ZEROPAGE: load = ZP, type = zp;