1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-08 15:29:37 +00:00

none.cfg consistency changes

This commit is contained in:
bauen1 2018-01-04 21:29:58 +01:00
parent 60c68b1111
commit ef993f2fcf
No known key found for this signature in database
GPG Key ID: FF0AAF5E0812BA9C

View File

@ -3,7 +3,7 @@ SYMBOLS {
}
MEMORY {
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 {
ZEROPAGE: load = ZP, type = zp;