mirror of
https://github.com/fadden/6502bench.git
synced 2024-12-03 05:49:48 +00:00
0fa77cba75
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. |
||
---|---|---|
.. | ||
WpfGui | ||
Loader.cs | ||
OmfFile.cs | ||
OmfRecord.cs | ||
OmfReloc.cs | ||
OmfSegment.cs |