mirror of
https://github.com/cc65/cc65.git
synced 2024-12-24 11:31:31 +00:00
handle loadaddr the same as with the other CBM targets
This commit is contained in:
parent
9cb8bf9500
commit
e8e1889b0b
@ -6,7 +6,7 @@ SYMBOLS {
|
|||||||
}
|
}
|
||||||
MEMORY {
|
MEMORY {
|
||||||
ZP: file = "", start = $0002, size = $001A, define = yes;
|
ZP: file = "", start = $0002, size = $001A, define = yes;
|
||||||
LOADADDR: file = %O, start = $1001, size = $0002;
|
LOADADDR: file = %O, start = %S - 2, size = $0002;
|
||||||
MAIN: file = %O, start = %S, size = $0DF3 - %S;
|
MAIN: file = %O, start = %S, size = $0DF3 - %S;
|
||||||
}
|
}
|
||||||
SEGMENTS {
|
SEGMENTS {
|
||||||
|
Loading…
Reference in New Issue
Block a user