]> git.sur5r.net Git - cc65/commit
Harmonized asm linker configs.
authorOliver Schmidt <ol.sc@web.de>
Thu, 17 Mar 2016 20:51:20 +0000 (21:51 +0100)
committerOliver Schmidt <ol.sc@web.de>
Thu, 17 Mar 2016 20:51:20 +0000 (21:51 +0100)
commit78dcb61cb8d59efa93ac8d5cb4fa08598553121a
tree6401329b7c887099def8a4a5a95d48b7afc3d936
parentd5092d2d3f37dc3522daa9306b61b6224bc57998
Harmonized asm linker configs.

- All segments but CODE are optional and CODE is R/W. Both together allow to "just" write code/data without ever explicitly using a segment.

- Symbols are defined for the BSS. This allows to use/implement zerobss.

- The ZP memory area isn't artificially limited.
cfg/apple2-asm.cfg
cfg/apple2enh-asm.cfg
cfg/atari-asm.cfg
cfg/c64-asm.cfg
cfg/osic1p-asm.cfg