1
0
mirror of https://github.com/fadden/6502bench.git synced 2025-01-07 06:30:52 +00:00
6502bench/SourceGen/WpfGui
Andy McFadden 0ed1547e79 Set Anattrib DataDescriptor for local variable references
We now generate FormatDescriptors with WeakSymbolRefs for direct
page references that match variable table entries.

LocalVariableTable got a rewrite.  We need to be unique in both
name and address, but for the address we have to take the width into
account as well.  We also want to sort the display by address
rather than name.  (Some people might want it sorted by name, but
we can worry about that some other time.)

Updated the DefSymbol editor to require value uniqueness.  Note
addresses and constants exist in separate namespaces.

The various symbols are added to the SymbolTable so that uniqueness
checks work correctly.  This also allows the operand generation to
appear to work, but it doesn't yet handle redefinition of symbols.
2019-08-28 18:01:38 -07:00
..
AboutBox.xaml Various doc fixes 2019-07-29 13:20:03 -07:00
AboutBox.xaml.cs
CodeListItemStyle.xaml
DataFileLoadIssue.xaml
DataFileLoadIssue.xaml.cs
DiscardChanges.xaml
DiscardChanges.xaml.cs
EditAddress.xaml Minor fixes 2019-07-21 15:24:39 -07:00
EditAddress.xaml.cs Minor fixes 2019-07-21 15:24:39 -07:00
EditAppSettings.xaml Various improvements 2019-08-17 11:30:42 -07:00
EditAppSettings.xaml.cs Various improvements 2019-08-17 11:30:42 -07:00
EditComment.xaml
EditComment.xaml.cs
EditDataOperand.xaml Add C64 encodings to instruction and data operand editors 2019-08-15 17:53:12 -07:00
EditDataOperand.xaml.cs PETSCII does DCI 2019-08-20 17:55:12 -07:00
EditDefSymbol.xaml Set Anattrib DataDescriptor for local variable references 2019-08-28 18:01:38 -07:00
EditDefSymbol.xaml.cs Set Anattrib DataDescriptor for local variable references 2019-08-28 18:01:38 -07:00
EditInstructionOperand.xaml Add C64 encodings to instruction and data operand editors 2019-08-15 17:53:12 -07:00
EditInstructionOperand.xaml.cs Add C64 encodings to instruction and data operand editors 2019-08-15 17:53:12 -07:00
EditLabel.xaml
EditLabel.xaml.cs
EditLocalVariableTable.xaml Add LocalVariableTable list to project 2019-08-26 16:58:53 -07:00
EditLocalVariableTable.xaml.cs Set Anattrib DataDescriptor for local variable references 2019-08-28 18:01:38 -07:00
EditLongComment.xaml
EditLongComment.xaml.cs
EditNote.xaml
EditNote.xaml.cs
EditProjectProperties.xaml Add C64 encodings to instruction and data operand editors 2019-08-15 17:53:12 -07:00
EditProjectProperties.xaml.cs Add LocalVariableTable list to project 2019-08-26 16:58:53 -07:00
EditStatusFlags.xaml
EditStatusFlags.xaml.cs
FindBox.xaml
FindBox.xaml.cs
FontPicker.xaml
FontPicker.xaml.cs
FormatSplitAddress.xaml
FormatSplitAddress.xaml.cs
GotoBox.xaml
GotoBox.xaml.cs
MainWindow.xaml Rough layout of local variable tables 2019-08-25 14:14:44 -07:00
MainWindow.xaml.cs Rough layout of local variable tables 2019-08-25 14:14:44 -07:00
NewProject.xaml
NewProject.xaml.cs Fix startup issues 2019-07-20 17:36:12 -07:00
ProjectLoadIssues.xaml Make the "continue" button actually do something 2019-08-02 16:00:58 -07:00
ProjectLoadIssues.xaml.cs Make the "continue" button actually do something 2019-08-02 16:00:58 -07:00