Fixed unused import and export of none.cfg and none/crt0.s

This commit is contained in:
bauen1
2018-01-04 22:27:39 +01:00
parent 45482b4fb1
commit aa34aed7dd
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ SYMBOLS {
}
MEMORY {
ZP: file = "", define = yes, start = __ZPSTART__, size = $001F;
MAIN: file = %O, define = yes, start = %S, size = __STACKSTART__ - __STACKSIZE__;
MAIN: file = %O, start = %S, size = __STACKSTART__ - __STACKSIZE__ - %S;
}
SEGMENTS {
ZEROPAGE: load = ZP, type = zp;