1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-07-31 07:29:00 +00:00
6502bench/SourceGen/Tools/Omf
Andy McFadden d58b747571 Use relocation data to format instruction operands
This was a relatively lightweight change to confirm the usefulness
of relocation data.  The results were very positive.

The relatively superficial integration of the data into the data
analysis process causes some problems, e.g. the cross-reference table
entries show an offset because the code analyzer's computed operand
offset doesn't match the value of the label.  The feature should be
considered experimental

The feature can be enabled or disabled with a project property.  The
results were sufficiently useful and non-annoying to make the setting
enabled by default.
2020-07-03 17:58:41 -07:00
..
WpfGui Store reduced OMF relocation data in project file 2020-07-02 17:10:05 -07:00
Loader.cs Use relocation data to format instruction operands 2020-07-03 17:58:41 -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