wip tables segment to be
This commit is contained in:
parent
3ab5006aa3
commit
0c63430dd9
3 changed files with 9 additions and 8 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue