handle loadaddr the same as with the other CBM targets

This commit is contained in:
mrdudz 2022-06-06 14:01:16 +02:00
parent 30dc9b8d1a
commit 5aa75ae81f
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ SYMBOLS {
}
MEMORY {
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;
}
SEGMENTS {