]> git.sur5r.net Git - cc65/history - src/ca65/studyexpr.c
Merge pull request #281 from polluks/sp65
[cc65] / src / ca65 / studyexpr.c
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-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...
2012-11-06 uzAdd -d (debug mode) to the assembler options. In studye...
2012-08-22 uzDo not try to dump an expression that has errors (circu...
2012-06-30 uzMove evaluation of the argument for .BANK into the...
2012-01-18 uzAdd bounded expressions for immediate addressing and...
2012-01-03 uzStarted to add a new .BANK instruction that allows...
2011-08-18 uzRemember where each symbol was defined and where it...
2011-01-29 uzUse line infos to output more verbose error and warning...
2010-11-10 uzSegNum has been renamed to SecNum.
2010-02-11 uzAdded builtin .min() and .max() pseudo functions to...
2008-03-31 cuzMake much more usage of dynamic strings (StrBufs) inste...
2007-08-30 cuzRenamed the Val field to IVal to allow values of other...
2005-09-02 cuzFixed a problem with evaluation of the address size
2005-04-14 cuzFixed a bug
2004-12-19 cuzSeveral improvements and a few bug fixes
2003-12-12 cuzFixed several address size issues
2003-12-12 cuzCode cleanup
2003-11-30 cuzDon't remove symbols or otherwise simplify expressions...
2003-11-23 cuzMuch extended StudyExpr
2003-11-19 cuzMoved StudyExpr + helpers into its own module