1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-12-03 05:49:48 +00:00
6502bench/SourceGen/RuntimeData/Help
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
..
advanced.html Expand "apply platform symbols" feature 2020-07-28 10:56:07 -07:00
analysis.html Rename "hint" in UI and documentation 2020-10-14 15:02:53 -07:00
codegen.html Fix 65816 code generation issues 2020-07-03 14:02:38 -07:00
editors.html Add W65C02S support, part 3 2020-10-11 14:35:17 -07:00
end-notes.html Add "Go to Last Change" feature 2019-11-01 19:11:48 -07:00
index.html Rename "hint" in UI and documentation 2020-10-14 15:02:53 -07:00
intro.html Rename "hint" in UI and documentation 2020-10-14 15:02:53 -07:00
main.css Initial file commit 2018-09-28 10:05:11 -07:00
mainwin.html Rename "hint" in UI and documentation 2020-10-14 15:02:53 -07:00
settings.html Rename "hint" in UI and documentation 2020-10-14 15:02:53 -07:00
tools.html Add Apple II screen memory chart 2020-08-20 17:24:28 -07:00
tutorials.html Rename "hint" in UI and documentation 2020-10-14 15:02:53 -07:00
visualization.html Add Export feature to visualization editor 2020-06-20 17:32:57 -07:00