1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-10-10 04:23:44 +00:00
6502bench/SourceGen/RuntimeData/Help
Andy McFadden 4d079c8d14 Label rework, part 1
This adds the concept of label annotations.  The primary driver of
the feature is the desire to note that sometimes you know what a
thing is, but sometimes you're just taking an educated guess.
Instead of writing "high_score_maybe", you can now write "high_score?",
which is more compact and consistent.  The annotations are stripped
off when generating source code, making them similar to Notes.

I also created a "Generated" annotation for the labels that are
synthesized by the address table formatter, but don't modify the
label for them, because there's not much need to remind the user
that "T1234" was generated by algorithm.

This also lays some of the groundwork for non-unique labels.
2019-11-08 21:02:15 -08:00
..
advanced.html Limit value range of project address symbols 2019-10-27 15:36:47 -07:00
analysis.html Expand the set of things SetInlineDataFormat accepts 2019-10-05 19:51:34 -07:00
codegen.html Change how the "quick set" settings work 2019-10-11 17:39:52 -07:00
editors.html Show load address in Edit Address dialog 2019-10-22 13:58:32 -07:00
end-notes.html Add "Go to Last Change" feature 2019-11-01 19:11:48 -07:00
index.html Label rework, part 1 2019-11-08 21:02:15 -08:00
intro.html Label rework, part 1 2019-11-08 21:02:15 -08:00
main.css Initial file commit 2018-09-28 10:05:11 -07:00
mainwin.html Add "Go to Last Change" feature 2019-11-01 19:11:48 -07:00
settings.html Rename button text 2019-10-13 15:21:05 -07:00
tools.html Fix display of instruction attributes 2019-10-22 10:48:02 -07:00
tutorials.html Label rework, part 1 2019-11-08 21:02:15 -08:00