1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-07-14 05:28:55 +00:00
6502bench/SourceGen/RuntimeData/Help
Andy McFadden 97a372a884 Add selectable auto-label styles
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).
2019-04-15 15:14:04 -07:00
..
advanced.html Clean up HTML in manual 2018-10-09 10:04:10 -07:00
analysis.html Clean up HTML in manual 2018-10-09 10:04:10 -07:00
codegen.html Add more detail to cross references 2019-04-11 16:23:02 -07:00
editors.html Add more bugs & quirks 2018-10-30 15:42:13 -07:00
end-notes.html Clean up HTML in manual 2018-10-09 10:04:10 -07:00
index.html Add Actions > Format As Word (Ctrl+W) 2018-11-11 17:25:02 -08:00
intro.html Add more bugs & quirks 2018-10-30 15:42:13 -07:00
main.css Initial file commit 2018-09-28 10:05:11 -07:00
mainwin.html Add selectable auto-label styles 2019-04-15 15:14:04 -07:00
settings.html Document the "spaces in bytes column" feature 2018-10-27 12:34:59 -07:00
tools.html Clean up HTML in manual 2018-10-09 10:04:10 -07:00
tutorials.html Add a bit to the tutorial 2018-11-08 11:54:33 -08:00