]> git.sur5r.net Git - cc65/history - src/ca65/segment.c
Renamed some stuff. Write out the segment size as var, not 32 bit.
[cc65] / src / ca65 / segment.c
2011-08-19 uzRenamed some stuff. Write out the segment size as var...
2011-08-15 uzFixed even more problems with the range check.
2011-08-15 uzFixed a problem with the range check.
2011-08-07 uzSome improvements for spans.
2011-08-05 uzUse a collection to manage the segments.
2011-01-24 uzStarted to generalize line info handling. Remove separa...
2007-08-23 cuzNew .FEATURE org_per_seg. If enabled, .org/.reloc do...
2004-05-14 cuzBetter error messages in case of a range error
2003-12-12 cuzRemoved debug code
2003-12-12 cuzFixed several address size issues
2003-12-06 cuzMake .sizeof work with code scopes. First support for...
2003-11-30 cuzDon't remove symbols or otherwise simplify expressions...
2003-11-28 cuzExtend the object code format by adding a (currently...
2003-11-23 cuzHold address sizes in an unsigned char
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-10-31 cuzFree expression trees when they're no longer needed
2003-10-21 cuzMove the segment handling stuff from objcode to a separ...