]> git.sur5r.net Git - cc65/history - src/ca65/segment.h
atari: split color.s into bordercolor.s and bgcolor.s
[cc65] / src / ca65 / segment.h
2016-02-28 Bob AndrewsMerge pull request #7 from cvemu/master
2015-12-27 Oliver SchmidtMerge pull request #249 from polluks/master
2014-11-02 Stephan MühlstrasserMerge https://github.com/cc65/cc65 into c1p
2014-07-01 Oliver SchmidtMerge pull request #128 from greg-king5/multi-comments
2014-06-30 Greg KingChanged multi-line C comments into another style. 128/head
2014-03-19 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2014-03-04 Oliver SchmidtNormalized code.
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...