]> git.sur5r.net Git - cc65/history - src/ca65/segment.h
Removed (pretty inconsistently used) tab chars from source code base.
[cc65] / src / ca65 / segment.h
2013-05-09 Oliver SchmidtRemoved (pretty inconsistently used) tab chars from...
2012-01-04 uzMark segments that are referenced in a .BANK statement.
2012-01-04 uzMoved the segdefs module to ca65, since it was used...
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-05 uzUse a collection to manage the segments.
2007-08-23 cuzNew .FEATURE org_per_seg. If enabled, .org/.reloc do...
2003-12-06 cuzMake .sizeof work with code scopes. First support for...
2003-11-28 cuzExtend the object code format by adding a (currently...
2003-11-23 cuzHold address sizes in an unsigned char
2003-11-07 cuzWorking on better 65816 support
2003-10-21 cuzMove the segment handling stuff from objcode to a separ...