Remove obsolete ZPSAVE segment.
This commit is contained in:
parent
6466826dc8
commit
fbabf960ca
1 changed files with 0 additions and 1 deletions
|
@ -29,7 +29,6 @@ SEGMENTS {
|
|||
CODE: load = RAM, type = ro, define = yes;
|
||||
RODATA: load = RAM, type = ro;
|
||||
DATA: load = RAM, type = rw;
|
||||
ZPSAVE: load = RAM, type = bss, define = yes;
|
||||
BSS: load = RAM, type = bss, define = yes;
|
||||
ZEROPAGE: load = ZP, type = zp;
|
||||
EXTZP: load = ZP, type = zp, optional = yes;
|
||||
|
|
Loading…
Add table
Reference in a new issue