Fixed none.lib missing symbols
This commit is contained in:
@@ -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__;
|
MAIN: file = %O, start = %S, size = $10000 - __STACKSIZE__, define = yes;
|
||||||
}
|
}
|
||||||
SEGMENTS {
|
SEGMENTS {
|
||||||
ZEROPAGE: load = ZP, type = zp;
|
ZEROPAGE: load = ZP, type = zp;
|
||||||
|
|||||||
Reference in New Issue
Block a user