]> git.sur5r.net Git - cc65/history - src/ca65/segment.c
Fixed an error in calculation of the fill bytes necessary for alignment.
[cc65] / src / ca65 / segment.c
2012-01-11 uzFixed an error in calculation of the fill bytes necessa...
2012-01-04 uzFinish support for .BANK.
2012-01-04 uzMark segments that are referenced in a .BANK statement.
2012-01-03 uzStarted to add a new .BANK instruction that allows...
2012-01-03 uzNo need to simplify an expression in SegDone() if it...
2011-12-28 uzMake the error message for large alignments more descri...
2011-12-27 uzAllow arbitrary alignments, not just powers of two...
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...