1
0
mirror of https://github.com/fadden/6502bench.git synced 2025-01-09 03:29:56 +00:00
6502bench/SourceGen
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
..
AsmGen Fix 65816 code generation issues 2020-07-03 14:02:38 -07:00
Examples
Properties
Res
RuntimeData Use relocation data to format instruction operands 2020-07-03 17:58:41 -07:00
Sandbox
SGTestData Fix 65816 code generation issues 2020-07-03 14:02:38 -07:00
Tests
Tools Use relocation data to format instruction operands 2020-07-03 17:58:41 -07:00
WpfGui Use relocation data to format instruction operands 2020-07-03 17:58:41 -07:00
Anattrib.cs
App.config
App.xaml
App.xaml.cs
AppSettings.cs
AutoLabel.cs
ChangeSet.cs
CodeAnalysis.cs Use relocation data to format instruction operands 2020-07-03 17:58:41 -07:00
DataAnalysis.cs Use relocation data to format instruction operands 2020-07-03 17:58:41 -07:00
DefSymbol.cs
DisasmProject.cs Use relocation data to format instruction operands 2020-07-03 17:58:41 -07:00
DisplayList.cs
DisplayListSelection.cs
Exporter.cs
ExternalFile.cs
FormatDescriptor.cs
FormattedOperandCache.cs
HelpAccess.cs
LineListGen.cs Use relocation data to format instruction operands 2020-07-03 17:58:41 -07:00
LocalVariableLookup.cs
LocalVariableTable.cs
MainController.cs Use relocation data to format instruction operands 2020-07-03 17:58:41 -07:00
MessageList.cs
MultiLineComment.cs
NavStack.cs
PlatformSymbols.cs
ProjectFile.cs Use relocation data to format instruction operands 2020-07-03 17:58:41 -07:00
ProjectProperties.cs Use relocation data to format instruction operands 2020-07-03 17:58:41 -07:00
PseudoOp.cs Fix 65816 code generation issues 2020-07-03 14:02:38 -07:00
RuntimeDataAccess.cs
SourceGen.csproj
Symbol.cs
SymbolTable.cs
SystemDefaults.cs
SystemDefs.cs
UndoableChange.cs
VisBitmapAnimation.cs
Visualization.cs
VisualizationSet.cs
VisWireframeAnimation.cs
WeakSymbolRef.cs
WireframeObject.cs
XrefSet.cs