mirror of
https://github.com/ksherlock/x65.git
synced 2025-03-20 21:29:33 +00:00
- Code and data segments are not just merged together, each segment in each export group just gets address assigned and relocs / labels are fixed up. - BSS sections won't generate binary data if not inbetween code and data segments for an export group (labels and relocs are still extended) - DC directive now allows for .t (3 byte values) and .l (4 byte values) decoration - .lst includes all section info and address ranges if fixed - Updated x65 dump tool with fixes to x65 data