1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-11-29 10:50:28 +00:00
6502bench/SourceGen
Andy McFadden cc6ebaffc5 Update relocation data handling
When we have relocation data available, the code currently skips the
process of matching an address with a label for a PEA instruction when
the instruction in question doesn't have reloc data.  This does a
great job of separating code that pushes parts of addresses from code
that pushes constants.

This change expands the behavior to exclude instructions with 16-bit
address operands that use the Data Bank Register, e.g. "LDA abs"
and "LDA abs,X".  This is particularly useful for code that accesses
structured data using the operand as the structure offset, e.g.
"LDX addr" / "LDA $0000,X"

The 20212-reloc-data test has been updated to check the behavior.
2020-07-10 17:41:38 -07:00
..
AsmGen Data Bank Register management, part 3 2020-07-09 16:52:23 -07:00
Examples Fix tutorial 2020-01-27 13:23:05 -08:00
Properties
Res Data Bank Register management, part 4 2020-07-09 19:42:31 -07:00
RuntimeData Update relocation data handling 2020-07-10 17:41:38 -07:00
Sandbox Add VisParamDescr default value type check 2020-01-21 11:02:36 -08:00
SGTestData Update relocation data handling 2020-07-10 17:41:38 -07:00
Tests Add Navigate > Jump to Operand 2020-06-07 16:37:41 -07:00
Tools Add 20212-reloc-data test 2020-07-05 17:17:44 -07:00
WpfGui Data Bank Register management, part 5 2020-07-10 13:29:36 -07:00
Anattrib.cs Add Data Bank Register management, part 1 2020-07-08 17:56:27 -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 Update relocation data handling 2020-07-10 17:41:38 -07:00
DataAnalysis.cs Update relocation data handling 2020-07-10 17:41:38 -07:00
DefSymbol.cs Prefer narrower project/platform symbols 2020-01-23 10:49:22 -08:00
DisasmProject.cs Data Bank Register management, part 3 2020-07-09 16:52:23 -07:00
DisplayList.cs Various minor changes 2020-03-30 16:50:52 -07:00
DisplayListSelection.cs
Exporter.cs Data Bank Register management, part 3 2020-07-09 16:52:23 -07:00
ExternalFile.cs
FormatDescriptor.cs
FormattedOperandCache.cs
HelpAccess.cs
LineListGen.cs Data Bank Register management, part 4 2020-07-09 19:42:31 -07:00
LocalVariableLookup.cs
LocalVariableTable.cs
MainController.cs Data Bank Register management, part 3 2020-07-09 16:52:23 -07:00
MessageList.cs
MultiLineComment.cs
NavStack.cs
PlatformSymbols.cs
ProjectFile.cs Data Bank Register management, part 4 2020-07-09 19:42:31 -07:00
ProjectProperties.cs Data Bank Register management, part 4 2020-07-09 19:42:31 -07:00
PseudoOp.cs Data Bank Register management, part 3 2020-07-09 16:52:23 -07:00
RuntimeDataAccess.cs
SourceGen.csproj Add Data Bank Register management, part 1 2020-07-08 17:56:27 -07:00
Symbol.cs
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 Add Data Bank Register management, part 1 2020-07-08 17:56:27 -07:00
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