1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-09-06 01:55:11 +00:00
6502bench/SourceGen/Tools/Omf
Andy McFadden 58a415bd93 Finish initial work on OMF file handling
Generate multiple .ORG directives for segments that span multiple
banks.  Some assemblers don't like it when things cross.  This is
pretty rare (Cryllan Mission is an example).

Conversion of OMF Load files to a data/project pair is generally
working.  The 65816 source code generators need some work though.
2020-06-30 09:27:29 -07:00
..
WpfGui Progress toward OMF file handling 2020-06-30 08:20:12 -07:00
Loader.cs Finish initial work on OMF file handling 2020-06-30 09:27:29 -07:00
OmfFile.cs Progress toward OMF file handling 2020-06-30 08:20:12 -07:00
OmfRecord.cs Progress toward OMF file handling 2020-06-28 21:10:53 -07:00
OmfReloc.cs Progress toward OMF file handling 2020-06-28 21:10:53 -07:00
OmfSegment.cs Progress toward OMF file handling 2020-06-30 08:20:12 -07:00