]> git.sur5r.net Git - cc65/history - src/ca65/feature.c
Added pseudo function .DEFINEDINSTR
[cc65] / src / ca65 / feature.c
2015-05-12 JTAdded pseudo function .DEFINEDINSTR
2015-04-22 Oliver SchmidtMerge pull request #155 from Movax12/exp
2015-04-20 JTAdded function .ADDRSIZE to ca65
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-01-12 uzAdded a new feature "underline_in_numbers" requested...
2012-01-18 uzAdd bounded expressions for immediate addressing and...
2008-08-21 uzEnable use of new C like comments only if the new featu...
2008-03-31 cuzMake much more usage of dynamic strings (StrBufs) inste...
2007-08-23 cuzNew .FEATURE org_per_seg. If enabled, .org/.reloc do...
2004-04-20 cuzAdd a new feature "ubiquitous_idents" that allows the...
2004-03-29 cuzNew feature missing_char_term
2002-02-14 cuzAdd new feature "leading_dot_in_identifiers".
2000-09-02 cuzAdded new emulation feature: loose_char_term
2000-09-02 cuzSeparated the emulation features in a module.