1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-26 05:29:30 +00:00

Merge pull request #41 from groessler/something_to_pull

Remove obsolete ZPSAVE segment.
This commit is contained in:
Oliver Schmidt 2013-09-13 07:13:32 -07:00
commit 78473f73c9

View File

@ -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;