]> git.sur5r.net Git - cc65/history - src/ca65/studyexpr.c
Add bounded expressions for immediate addressing and list the new feature in
[cc65] / src / ca65 / studyexpr.c
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