]> git.sur5r.net Git - cc65/history - src/ca65/symentry.c
Added variable symbols using .set
[cc65] / src / ca65 / symentry.c
2005-05-11 cuzAdded variable symbols using .set
2004-04-19 cuzFixed a problem with .global: In some situations, expor...
2003-12-13 cuzSet the address size once assembly is terminated
2003-12-12 cuzFixed several address size issues
2003-12-03 cuzMore work on .sizeof, fixed problems with cheap locals
2003-11-30 cuzTemp fix for address size detection of symbols
2003-11-29 cuzDon't use SF_TRAMPOLINE, change symbol references instead.
2003-11-28 cuzExtend the object code format by adding a (currently...
2003-11-23 cuzNew DefAddrSize variable
2003-11-18 cuzTemp fix for some address size problems
2003-11-13 cuzAdded structs and unions, more work on scopes and expre...
2003-11-13 cuzAddress size fixes
2003-11-13 cuzMore work on expressions and address sizes
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-10-31 cuzWork on named scopes
2003-10-22 cuzMove SymEntry stuff into its own module