diff --git a/cfg/none.cfg b/cfg/none.cfg index cb8dbd400..f82e9707f 100644 --- a/cfg/none.cfg +++ b/cfg/none.cfg @@ -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;