]> git.sur5r.net Git - cc65/history - src/da65/data.c
Merge remote-tracking branch 'upstream/master' into a5200
[cc65] / src / da65 / data.c
2014-03-19 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2014-03-04 Oliver SchmidtNormalized code.
2013-05-09 Oliver SchmidtRemoved (pretty inconsistently used) tab chars from...
2007-09-02 cuzMore segment support stuff.
2007-06-12 cuzFixed hangs on certain info files. PC was not increment...
2006-01-30 cuzAdded new options and info file attribute to set the...
2006-01-29 cuzRestructured some of the code. Attribute handling is...
2006-01-19 cuzFixed a problem with input files with end address ...
2005-08-27 cuzAttrTab and RtsTab were not able to handle label within...
2005-02-16 cuzAdded new comment feature
2004-04-29 cuzFixed a bug in the handling of ranges where the granula...
2004-04-28 cuzUse .addr for address tables
2004-01-22 cuzThe disassembler outputs .text instead of .byte
2003-08-23 cuzNew features: DByteTable, Comments
2003-08-18 cuzFixed addresses crossing 0x10000
2001-09-16 cuzAdded text tables
2000-12-09 cuzFixed several obvious omissions. Allow specifying a...
2000-09-29 cuzAdded labels, SIEZ attribute for labels, dependent...
2000-09-26 cuzAdded dword tables, char comments etc.
2000-09-25 cuzMoved data output routines into a separate module.