mirror of
https://github.com/cc65/cc65.git
synced 2025-01-14 16:33:00 +00:00
add EXTZP segment to atari-asm.cfg
This commit is contained in:
parent
f614a75717
commit
0fa8960836
@ -25,5 +25,6 @@ SEGMENTS {
|
||||
DATA: load = RAM, type = rw optional = yes;
|
||||
BSS: load = RAM, type = bss, define = yes, optional = yes;
|
||||
ZEROPAGE: load = ZP, type = zp, optional = yes;
|
||||
EXTZP: load = ZP, type = zp, optional = yes; # to enable modules to be able to link to C and assembler programs
|
||||
AUTOSTRT: load = TRAILER, type = ro, optional = yes;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user