1
0
mirror of https://github.com/fadden/6502bench.git synced 2025-01-05 23:30:20 +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 Fix tutorial 2020-01-27 13:23:05 -08:00
Properties
Res Store reduced OMF relocation data in project file 2020-07-02 17:10:05 -07:00
RuntimeData Use relocation data to format instruction operands 2020-07-03 17:58:41 -07:00
Sandbox Add VisParamDescr default value type check 2020-01-21 11:02:36 -08:00
SGTestData Fix 65816 code generation issues 2020-07-03 14:02:38 -07:00
Tests Add Navigate > Jump to Operand 2020-06-07 16:37:41 -07:00
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 Fix bug in inline JSR/JSL no-continue handling 2020-05-08 17:41:26 -07:00
App.config
App.xaml
App.xaml.cs Version 1.7.0-dev1 2020-05-15 11:26:14 -07:00
AppSettings.cs Improve CPU instruction chart 2020-02-18 13:25:20 -08:00
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 Prefer narrower project/platform symbols 2020-01-23 10:49:22 -08:00
DisasmProject.cs Use relocation data to format instruction operands 2020-07-03 17:58:41 -07:00
DisplayList.cs Various minor changes 2020-03-30 16:50:52 -07:00
DisplayListSelection.cs
Exporter.cs Updated some comments 2020-04-12 15:54:36 -07:00
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 Fix various local variable de-duplication bugs 2020-01-13 18:32:56 -08:00
LocalVariableTable.cs Fix various local variable de-duplication bugs 2020-01-13 18:32:56 -08:00
MainController.cs Use relocation data to format instruction operands 2020-07-03 17:58:41 -07:00
MessageList.cs Check for hidden visualizations 2019-12-25 11:15:22 -08:00
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 Progress toward OMF file handling 2020-06-30 08:20:12 -07:00
Symbol.cs Fix symbol entry bug in operand editors 2019-12-26 11:04:37 -08:00
SymbolTable.cs Prefer narrower project/platform symbols 2020-01-23 10:49:22 -08:00
SystemDefaults.cs
SystemDefs.cs Progress toward OMF file handling 2020-06-30 08:20:12 -07:00
UndoableChange.cs
VisBitmapAnimation.cs Progress toward wireframe animations 2020-03-08 17:05:08 -07:00
Visualization.cs Add Export feature to visualization editor 2020-06-20 17:32:57 -07:00
VisualizationSet.cs Add a progress bar to HTML export 2020-03-15 14:07:05 -07:00
VisWireframeAnimation.cs Add Atari AVG visualizer 2020-04-11 17:24:21 -07:00
WeakSymbolRef.cs
WireframeObject.cs Consolidate wireframe data validation 2020-04-23 11:25:45 -07:00
XrefSet.cs Show "idx" for indexed accesses in References window 2020-05-02 14:09:53 -07:00