]> git.sur5r.net Git - cc65/history - src/da65
Since we have now builtin search paths, we need to be able to forget them,
[cc65] / src / da65 /
2009-09-24 uzChange the makefiles so that CFLAGS that are special...
2009-07-06 uzAdd some code that avoids outputing a forward label...
2009-02-08 uzMakefile cleanup. Among other things, allow use of...
2008-08-02 uzgit-svn-id: svn://svn.cc65.org/cc65/trunk@3863 b7a2c559...
2008-07-26 cuzFixed an error
2008-03-31 cuzMake much more usage of dynamic strings (StrBufs) inste...
2007-09-02 cuzMore segment support stuff.
2007-08-31 cuzStarted to add support for segments.
2007-08-31 cuzMove code to a subroutine.
2007-06-12 cuzFixed wrong spelling of ".dbyt".
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-27 cuzNew --label-break option
2006-01-19 cuzFixed a problem with input files with end address ...
2005-12-11 cuzFixed portability problems with va_copy. In three place...
2005-08-27 cuzAttrTab and RtsTab were not able to handle label within...
2005-06-30 cuzFixed a bug
2005-03-25 cuzNo output when using wstrip
2005-03-24 cuzOutput the help text to stdout
2005-02-17 cuzAdd creation time in the header
2005-02-17 cuzMore comment handling
2005-02-16 cuzAdded new comment feature
2005-02-14 cuzSuppress wine debug output
2005-01-08 cuzNew info file statement "asminc" that allows to read...
2004-10-26 cuzThe absolute X indirect addressing mode for the 65C02...
2004-10-11 cuzChanges for new WINE version
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-11-09 cuzIgnore opctest
2003-11-03 cuzFixed a bug
2003-11-03 cuzPEI is no valid opcode for the 6502/sc02/c02
2003-11-02 cuzConvert the watcom makefiles for use with wine under...
2003-10-31 cuzAdded parens
2003-10-31 cuzAn "absolute mode override modifier" is now added for...
2003-10-30 cuzFixed a bug in the opcode tables
2003-10-10 cuzUpdate
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-20 cuzUse $(RM) instead of rm -f
2003-08-18 cuzA page length of zero wasn't accepted
2003-08-18 cuzNew default for start address
2003-08-18 cuzFixed addresses crossing 0x10000
2003-08-14 cuzAdded gcc attributes
2003-08-12 cuzAllow a CPU spec in the GLOBAL section of the info...
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
2003-04-28 cuzChanged the size of the BRK instruction from 2 to 1
2003-04-03 cuzFixed a bug
2002-12-12 cuzConverted all Watcom makefiles to use GNU make
2002-04-20 cuzUse cc65 character classification routines
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
2001-01-05 cuzChanged the makefiles to work under OS/2 using EMX...
2000-12-10 cuzFixed a problem with the Watcom compiler
2000-12-09 cuzIgnore some files
2000-12-09 cuzFixed several obvious omissions. Allow specifying a...
2000-11-20 cuzWorking on the condes feature
2000-10-15 cuzAllow larger address ranges
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 cuzIgnore some files
2000-09-24 cuzFirst da65 version