]> git.sur5r.net Git - cc65/history - src/da65
Fix broken rand() implementation. The high 8 bits were unused, reducing it to a 24...
[cc65] / src / da65 /
2016-02-26 silverdrMerge pull request #1 from cc65/master
2015-12-27 Oliver SchmidtMerge pull request #249 from polluks/master
2015-07-11 mrdudzMerge remote-tracking branch 'upstream/master' into...
2015-02-08 Stephan MühlstrasserMerge branch 'master' of https://github.com/cc65/cc65...
2015-01-10 Oliver SchmidtMerge pull request #143 from greg-king5/basic-stub
2014-12-03 Oliver SchmidtMerge pull request #142 from greg-king5/disassemble...
2014-12-02 Stephan MühlstrasserMerge branch 'master' of https://github.com/cc65/cc65...
2014-11-30 Greg KingClarified a segment error message. 142/head
2014-11-30 Greg KingFixed the detection of where to start and stop segments.
2014-11-23 Greg KingCompleted the coding of da65's SEGMENT feature.
2014-11-20 Oliver SchmidtMerge pull request #139 from mrdudz/addundocs
2014-11-19 mrdudzrenamed KIL to the more common JAM, which is also accep...
2014-11-02 Stephan MühlstrasserMerge https://github.com/cc65/cc65 into c1p
2014-07-01 Oliver SchmidtMerge pull request #128 from greg-king5/multi-comments
2014-06-30 Greg KingChanged multi-line C comments into another style. 128/head
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...
2013-04-27 Oliver SchmidtNo copyright message here.
2013-04-27 Oliver SchmidtReplaced whole bunch for Makefiles with a single generi...
2013-04-27 Oliver SchmidtIn general "\%s" doesn't seem to be a valid printf...
2011-12-31 uzSupport for the Mitsubishi 740 CPU for da65. Written...
2011-02-06 uzAdded disassembler support for the NMOS 6502 with illeg...
2011-02-05 uzAdded two new global options, NewlineAfterJMP and Newli...
2010-12-30 uzPatch by Gary Wong: The smbx and rmbx instructions...
2010-11-07 uzPatch to correct the linkorder in the make files to...
2009-11-24 uzSupport for the HuC6280 (CPU of the PC Engine) contribu...
2009-09-29 uzReplace tabs by spaces in file lists.
2009-09-29 uzFixes for the watcom makefiles:
2009-09-29 uzUse "override" when appending to CFLAGS, so this works...
2009-09-28 uzMove the version numbers from the interface of the...
2009-09-28 uzFixed warnings generated by clang (run by Per Olofsson).
2009-09-27 uzMake the watcom makefiles a bit more openwatcom compatible.
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
next