]> git.sur5r.net Git - cc65/commit
Completed the coding of da65's SEGMENT feature.
authorGreg King <gregdk@users.sf.net>
Sun, 23 Nov 2014 20:29:16 +0000 (15:29 -0500)
committerGreg King <gregdk@users.sf.net>
Sun, 23 Nov 2014 20:29:16 +0000 (15:29 -0500)
commit0ee891c1068aaf4538ae4a2a555a4dc43d8ad413
treec66872360648f0e38bfb7974032542dd8c8a20c9
parent5b55fa45006264a99b8e1eb026e728f377d82b9b
Completed the coding of da65's SEGMENT feature.

Before this commit, we could define segment ranges; but, the disassembler wouldn't do anything with those definitions.  Now, da65 will put ".segment" directives into its output.

Fixed da65's document.
doc/da65.sgml
src/da65/attrtab.c
src/da65/attrtab.h
src/da65/data.c
src/da65/infofile.c
src/da65/main.c
src/da65/output.c
src/da65/output.h
src/da65/segment.c
src/da65/segment.h