wip tables segment to be

This commit is contained in:
Brooke Vibber 2024-12-29 20:37:58 -08:00
commit 0c63430dd9
3 changed files with 9 additions and 8 deletions

View file

@ -6,7 +6,8 @@ SYMBOLS {
}
MEMORY {
ZP: file = "", define = yes, start = $0082, size = $007E;
MAIN: file = %O, define = yes, start = %S, size = $BC20 - %S;
#MAIN: file = %O, define = yes, start = %S, size = $BC20 - %S;
MAIN: file = %O, define = yes, start = %S, size = $4000 - %S;
}
FILES {
%O: format = atari;