1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-10-02 05:57:59 +00:00
6502bench/SourceGen
Andy McFadden 908a1c9900 Rename "hint" in UI and documentation
Before:
 Hint As Code Entry Point
 Hint As Data Start
 Hint As Inline Data
 Remove Hints

After:
 Tag Address As Code Start Point
 Tag Address As Code Stop Point
 Tag Bytes As Inline Data
 Remove Analyzer Tags

The goal is to reduce confusion.  The old nomenclature was causing
problems because it's inaccurate -- they're directives, not hints --
and made it look like you need to mark data items explicitly.  The
new action names emphasize the idea that you should be tagging a
single address for start/stop, not blanketing a region.

This change updates the user interface, manual, and tutorials, but
does not change how the items are referred to in code, and does not
change how the program works.

(issue #89)
2020-10-14 15:02:53 -07:00
..
AsmGen Add W65C02S support, part 3 2020-10-11 14:35:17 -07:00
Examples Update A2-HP-CDA example 2020-07-10 21:22:18 -07:00
Properties
Res Rename "hint" in UI and documentation 2020-10-14 15:02:53 -07:00
RuntimeData Rename "hint" in UI and documentation 2020-10-14 15:02:53 -07:00
Sandbox Reboot sandbox when required 2020-07-19 13:20:18 -07:00
SGTestData Add W65C02S support, part 4 (of 4) 2020-10-11 18:43:00 -07:00
Tests Add W65C02S support, part 2 2020-10-10 18:34:19 -07:00
Tools Fix PCRel sample in instruction chart 2020-10-14 15:02:13 -07:00
WpfGui Rename "hint" in UI and documentation 2020-10-14 15:02:53 -07:00
Anattrib.cs Rename "hint" in UI and documentation 2020-10-14 15:02:53 -07:00
App.config
App.xaml
App.xaml.cs Version 1.7.3-dev1 2020-10-11 18:46:37 -07:00
AppSettings.cs Split "show cycle counts" in two 2020-08-27 13:59:53 -07:00
AutoLabel.cs
ChangeSet.cs
CodeAnalysis.cs Add W65C02S support, part 4 (of 4) 2020-10-11 18:43:00 -07:00
DataAnalysis.cs
DefSymbol.cs
DisasmProject.cs Fix multi-byte local var xrefs 2020-09-05 18:18:55 -07:00
DisplayList.cs
DisplayListSelection.cs
Exporter.cs Tweaks 2020-07-22 10:53:54 -07:00
ExternalFile.cs
FormatDescriptor.cs
FormattedOperandCache.cs
HelpAccess.cs
LineListGen.cs Add W65C02S support, part 3 2020-10-11 14:35:17 -07:00
LocalVariableLookup.cs
LocalVariableTable.cs
MainController.cs Rename "hint" in UI and documentation 2020-10-14 15:02:53 -07:00
MessageList.cs
MultiLineComment.cs
NavStack.cs
PlatformSymbols.cs
ProjectFile.cs SGEC update, part 2 (of 2) 2020-07-15 17:43:08 -07:00
ProjectProperties.cs Default "smart PLP handling" to off 2020-07-24 21:38:45 -07:00
PseudoOp.cs Make operand wrap length configurable 2020-07-19 18:39:27 -07:00
RuntimeDataAccess.cs
Sgec.cs SGEC tweaks 2020-07-16 10:14:28 -07:00
SourceGen.csproj Add Apple II screen memory chart 2020-08-20 17:24:28 -07:00
Symbol.cs
SymbolTable.cs
SystemDefaults.cs
SystemDefs.cs
UndoableChange.cs Fix Message update when broken symbolic ref is fixed 2020-09-04 15:21:47 -07:00
VisBitmapAnimation.cs
Visualization.cs
VisualizationSet.cs
VisWireframeAnimation.cs
WeakSymbolRef.cs
WireframeObject.cs
XrefSet.cs Show "ptr" for pointer use in cross-reference list 2020-09-04 13:26:41 -07:00