mirror of
https://github.com/fadden/6502bench.git
synced 2025-07-26 20:25:54 +00:00
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.
This commit is contained in:
@@ -174,6 +174,7 @@ namespace SourceGen {
|
||||
/// bytes.</param>
|
||||
/// <param name="entryFlags">Status flags to use at code entry points.</param>
|
||||
/// <param name="scriptMan">Extension script manager.</param>
|
||||
/// <param name="parms">Analysis parameters.</param>
|
||||
/// <param name="debugLog">Object that receives debug log messages.</param>
|
||||
public CodeAnalysis(byte[] data, CpuDef cpuDef, Anattrib[] anattribs,
|
||||
AddressMap addrMap, TypeHint[] hints, StatusFlags[] statusFlagOverrides,
|
||||
|
Reference in New Issue
Block a user