]> git.sur5r.net Git - cc65/history - src/ca65/asserts.c
.byt "" emits no data; avoid a ca65 crash.
[cc65] / src / ca65 / asserts.c
2016-02-28 Bob AndrewsMerge pull request #7 from cvemu/master
2015-12-27 Oliver SchmidtMerge pull request #249 from polluks/master
2014-11-02 Stephan MühlstrasserMerge https://github.com/cc65/cc65 into c1p
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...
2011-08-18 uzAdd reference counting to line infos. This allows bette...
2011-01-29 uzUse line infos to output more verbose error and warning...
2011-01-24 uzStarted to generalize line info handling. Remove separa...
2011-01-16 uzMove all attributes and other information that is attac...
2009-10-04 uzAdd .assert actions that aren't evaluated at assembly...
2008-03-31 cuzMake much more usage of dynamic strings (StrBufs) inste...
2005-04-20 cuzImprove the assertion check
2003-11-11 cuzRewrote expression evaluation. More smaller changes.
2003-06-06 cuzCompleted assertions, add auto assertion for jmp (abs...