]> git.sur5r.net Git - cc65/history - src/da65/main.c
Move the version numbers from the interface of the version module into a new
[cc65] / src / da65 / main.c
2009-09-28 uzMove the version numbers from the interface of the...
2008-07-26 cuzFixed an error
2007-09-02 cuzMore segment support stuff.
2007-08-31 cuzMove code to a subroutine.
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-27 cuzNew --label-break option
2005-08-27 cuzAttrTab and RtsTab were not able to handle label within...
2005-06-30 cuzFixed a bug
2005-03-24 cuzOutput the help text to stdout
2005-02-17 cuzAdd creation time in the header
2005-02-16 cuzAdded new comment feature
2003-11-03 cuzFixed a bug
2003-09-11 cuzNew --hexoffs option
2003-09-04 cuzOutput to stdout if no output name given
2003-08-23 cuzAdd new SKIP range
2003-08-23 cuzAdded INPUTOFFS and INPUTSIZE
2003-08-23 cuzNew features: DByteTable, Comments
2003-08-18 cuzNew default for start address
2003-08-10 cuzThe input file on the command line is optional
2003-08-09 cuzRenamed the config file to info file and changed the...
2003-08-08 cuzAdded additional 65(S)C02 opcodes
2003-08-08 cuzBase code for handling different CPUs, more improvements
2001-09-30 cuzUse __attribute ((unused)) instead of -Wno-unused-parameter
2001-09-16 cuzAdded text tables
2001-09-15 cuzFixed a few warnings
2001-03-10 cuzMoved verbose output to a shared module in the common...
2001-03-09 cuzAdded command line response files
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.
2000-09-24 cuzWorking
2000-09-24 cuzStarted to add config file
2000-09-24 cuzFirst da65 version