1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-07-07 07:28:57 +00:00
6502bench/SourceGen/Res
Andy McFadden 0fa77cba75 Apply relocation data to unformatted data
Works well for things like jump tables.  Seeing a bunch of these
scattered in a chunk of data is a decent signal that it's actually
code.

In a bold move, we now exclude PEA operands from auto-label gen when
they don't have relocation data.  This is very useful for things
like Int2Hex for which constants are typically pushed with PEA.

Reworked the "use reloc data" setting so it defaults to false and is
explicitly set to true when converting OMF.  This provides a minor
optimization since we now check the boolean and skip doing a lookup
in an empty table.
2020-07-03 22:03:50 -07:00
..
AboutImage.png Move WPF code from SourceGenWPF to SourceGen 2019-07-20 13:28:37 -07:00
CommandIcons.xaml Add toolbar button for "Go to Last Change" 2019-11-04 15:22:56 -08:00
Logo.png Move WPF code from SourceGenWPF to SourceGen 2019-07-20 13:28:37 -07:00
RedX.png Finish basic visualization editor implementation 2019-12-02 16:38:32 -08:00
SourceGenIcon.ico Move WPF code from SourceGenWPF to SourceGen 2019-07-20 13:28:37 -07:00
Strings.xaml Apply relocation data to unformatted data 2020-07-03 22:03:50 -07:00
Strings.xaml.cs Store reduced OMF relocation data in project file 2020-07-02 17:10:05 -07:00
Theme_Dark.xaml SourceGen After Dark 2019-10-12 17:23:32 -07:00
Theme_Light.xaml SourceGen After Dark 2019-10-12 17:23:32 -07:00