fachat / a65k

Assembler for 6502 and relatives, esp. the 65k family
GNU General Public License v2.0
6 stars 0 forks source link

Segment as statement collector #14

Closed fachat closed 7 years ago

fachat commented 7 years ago

Don't push statements into a parser-based list, but into a per-segment list. Advantage: can re-order segments easily (e.g. for print). Derived functionality. register all segments in a list as created in file.

fachat commented 7 years ago

implemented, but no tests yet

fachat commented 7 years ago

added tests and fixes -> done