mirror of
https://github.com/cc65/cc65.git
synced 2024-12-23 04:30:10 +00:00
none.cfg consistency changes
This commit is contained in:
parent
60c68b1111
commit
ef993f2fcf
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user