mirror of
https://github.com/fadden/6502bench.git
synced 2024-12-12 05:31:04 +00:00
97a372a884
SourceGen creates "auto" labels when it finds a reference to an address that doesn't have a label associated with it. The label for address $1234 would be "L1234". This change allows the project to specify alternative label naming conventions, annotating them with information from the cross-reference data. For example, a subroutine entry point (i.e. the target of a JSR) would be "S_1234". (The underscore was added to avoid confusion when an annotation letter is the same as a hex digit.) Also, tweaked the way the preferred clipboard line format is stored in the settings file (was an integer, now an enumeration string). |
||
---|---|---|
.. | ||
AboutBox.cs | ||
AboutBox.Designer.cs | ||
AboutBox.resx | ||
DataFileLoadIssue.cs | ||
DataFileLoadIssue.Designer.cs | ||
DataFileLoadIssue.resx | ||
DiscardChanges.cs | ||
DiscardChanges.Designer.cs | ||
DiscardChanges.resx | ||
EditAddress.cs | ||
EditAddress.Designer.cs | ||
EditAddress.resx | ||
EditAppSettings.cs | ||
EditAppSettings.Designer.cs | ||
EditAppSettings.resx | ||
EditComment.cs | ||
EditComment.Designer.cs | ||
EditComment.resx | ||
EditData.cs | ||
EditData.Designer.cs | ||
EditData.resx | ||
EditDefSymbol.cs | ||
EditDefSymbol.Designer.cs | ||
EditDefSymbol.resx | ||
EditLabel.cs | ||
EditLabel.Designer.cs | ||
EditLabel.resx | ||
EditLongComment.cs | ||
EditLongComment.Designer.cs | ||
EditLongComment.resx | ||
EditNote.cs | ||
EditNote.Designer.cs | ||
EditNote.resx | ||
EditOperand.cs | ||
EditOperand.Designer.cs | ||
EditOperand.resx | ||
EditProjectProperties.cs | ||
EditProjectProperties.Designer.cs | ||
EditProjectProperties.resx | ||
EditStatusFlags.cs | ||
EditStatusFlags.Designer.cs | ||
EditStatusFlags.resx | ||
FindBox.cs | ||
FindBox.Designer.cs | ||
FindBox.resx | ||
FormatSplitAddress.cs | ||
FormatSplitAddress.Designer.cs | ||
FormatSplitAddress.resx | ||
GotoBox.cs | ||
GotoBox.Designer.cs | ||
GotoBox.resx | ||
ProjectLoadIssues.cs | ||
ProjectLoadIssues.Designer.cs | ||
ProjectLoadIssues.resx | ||
ProjectView.cs | ||
ProjectView.Designer.cs | ||
ProjectView.resx |