]> git.sur5r.net Git - cc65/history - src/da65/main.c
Followed the discussions in the Pull request #682.
[cc65] / src / da65 / main.c
2018-06-11 AIDA ShinraFollowed the discussions in the Pull request #682.
2018-06-10 AIDA ShinraSupport for preprocessing info file via cpp or m4.
2018-05-21 IrgendwerMerge branch 'master' into popptr1
2018-04-16 Oliver SchmidtMerge pull request #627 from jedeoric/master
2017-11-12 Oliver SchmidtMerge pull request #521 from jedeoric/master
2017-11-11 Oliver SchmidtMerge pull request #519 from jedeoric/master
2017-10-31 Greg KingFixed the way that the disassembler looks for the end...
2017-08-06 Bob AndrewsMerge branch 'master' into kbrepeat
2017-07-18 Oliver SchmidtMerge pull request #453 from mrdudz/waitvsync 460/head
2017-02-01 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2016-08-16 Oliver SchmidtMerge pull request #335 from IrgendwerA8/SMC_macro_fixes
2016-08-14 Oliver SchmidtMerge pull request #334 from cacciatc/standard-versioning
2016-08-12 Chris CacciatoreAll programs print version and exit successfully. 334/head
2016-02-28 Bob AndrewsMerge pull request #7 from cvemu/master
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-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-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.
2011-02-05 uzAdded two new global options, NewlineAfterJMP and Newli...
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