]> git.sur5r.net Git - cc65/history - src/ca65/expr.c
Mark segments that are referenced in a .BANK statement.
[cc65] / src / ca65 / expr.c
2012-01-04 uzMark segments that are referenced in a .BANK statement.
2012-01-03 uzStarted to add a new .BANK instruction that allows...
2011-08-14 uzA few measures to create slightly smaller object files.
2011-08-02 uzFixed an error in the special purpose allocator in...
2011-01-16 uzMove all attributes and other information that is attac...
2011-01-16 uzRenamed the Token enumeration to token_t.
2010-11-10 uzSegNum has been renamed to SecNum.
2010-08-17 uzRename symbol index => import id because that's what...
2010-07-26 uzMake .DEF, .REF and friends also work with cheap local...
2010-02-11 uzAdded builtin .min() and .max() pseudo functions to...
2009-09-28 uzMove the version numbers from the interface of the...
2009-05-18 uzSupport for the .BANKBYTES, .LOBYTES and .HIBYTES pseud...
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...
2007-08-28 cuzMove more stuff from scanner.c into the new module...
2007-08-23 cuzNew .FEATURE org_per_seg. If enabled, .org/.reloc do...
2006-04-09 cuzEmit warnings for symbols that were used suboptimal...
2005-08-30 cuzFixed a bug in FuncStrAt. New shortcut function GenLite...
2005-05-11 cuzAdded variable symbols using .set
2005-01-21 cuzAllow a unary +
2004-05-09 cuzFixed a problem with {} enclosed token lists and implem...
2004-05-09 cuzAllow token lists to be optionally enclosed in curly...
2004-01-04 cuzRemoved an unused assignment
2003-12-30 cuzFixed a few bugs
2003-12-12 cuzUse the WORD0 expression op instead of AND
2003-12-12 cuzNew pseudo functions: .LOBYTE, .HIBYTE, .BANKBYTE,...
2003-12-12 cuzCode cleanup
2003-12-06 cuzFixed a bug
2003-12-03 cuzFixes for scoping and better .sizeof support
2003-12-03 cuzMore work on .sizeof, fixed problems with cheap locals
2003-12-02 cuzMore work on .sizeof
2003-11-30 cuzDon't remove symbols or otherwise simplify expressions...
2003-11-30 cuzMore .size/.sizeof support
2003-11-29 cuzDon't use SF_TRAMPOLINE, change symbol references instead.
2003-11-23 cuzMuch extended StudyExpr
2003-11-19 cuzMoved StudyExpr + helpers into its own module
2003-11-18 cuzTemp fix for some address size problems
2003-11-17 cuzAdded .SIZEOF
2003-11-17 cuzReplace address mode detection for expressions
2003-11-14 cuzAdded enums
2003-11-14 cuzNew function GenAddExpr
2003-11-13 cuzMore work on expressions and address sizes
2003-11-12 cuzPrecalculate some expressions
2003-11-11 cuzFixed a problem
2003-11-11 cuzRewrote expression evaluation. More smaller changes.
2003-11-08 cuzReplace error/warning numbers by strings.
2003-11-07 cuzWorking on better 65816 support
2003-11-06 cuzRevised symbol scoping
2003-11-04 cuzChanged freeing symbol relations, cosmetic changes
2003-10-31 cuzFree expression trees when they're no longer needed
2003-10-31 cuzWork on named scopes
2003-10-21 cuzMove the segment handling stuff from objcode to a separ...
2003-10-10 cuzChange result of .CPU pseudo variable
2003-08-12 cuzAdded new .VERSION constant
2003-06-06 cuzAssertion checks were the wrong way round
2003-06-06 cuzCompleted assertions, add auto assertion for jmp (abs...
2003-05-25 cuzChanged the object file and library format. There is...
2003-01-19 cuzFixed problems that occured on input files with missing...
2002-12-14 cuzDid some renaming and cleanup: Renamed EXPR_SEGMENT...
2002-11-26 cuzAdded the .TIME pseudo function
2002-11-22 cuzAdded a scope argument to the SymIsDef and SymIsDef...
2001-09-15 cuzCheck for sign problems in compares
2001-03-10 cuzMoved verbose output to a shared module in the common...
2000-12-01 cuzTranslate chars returned by .strat into the target...
2000-12-01 cuzFix detection of byte sized expressions
2000-11-20 cuzWorking on the condes feature
2000-09-02 cuzAdded new emulation feature: loose_char_term
2000-08-23 cuzMove target handling routines into the common directory.
2000-08-21 cuzImplement character set translation and different targe...
2000-08-01 cuzUse the CHECK macros from the common dir
2000-07-29 cuzRenamed several expression ops and added others.
2000-07-25 cuzAdded string handling functions: .STRLEN and .STRAT
2000-07-15 cuzAdded the .TCOUNT function
2000-06-14 cuzMore common subroutines
2000-06-03 cuzAdded a more generic way to push sources that deliver...
2000-05-28 uzThis commit was generated by cvs2svn to compensate...