mirror of
https://github.com/cc65/cc65.git
synced 2024-12-22 12:30:41 +00:00
Update c16.cfg
This commit is contained in:
parent
41fab61253
commit
b4fe03e49f
@ -7,7 +7,7 @@ MEMORY {
|
||||
ZP: file = "", define = yes, start = $0002, size = $001A;
|
||||
LOADADDR: file = %O, start = $0FFF, size = $0002;
|
||||
HEADER: file = %O, start = $1001, size = $000C;
|
||||
MAIN: file = %O, start = $100D, size = $3FF3 - __STACKSIZE__;
|
||||
MAIN: file = %O, start = $100D, size = $2FF3 - __STACKSIZE__;
|
||||
}
|
||||
SEGMENTS {
|
||||
ZEROPAGE: load = ZP, type = zp;
|
||||
|
Loading…
Reference in New Issue
Block a user