]> git.sur5r.net Git - cc65/history - src/ca65/symentry.c
Don't use SF_TRAMPOLINE, change symbol references instead.
[cc65] / src / ca65 / symentry.c
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