1
0
mirror of https://github.com/fadden/6502bench.git synced 2025-01-02 03:29:51 +00:00

Tweak documentation

This commit is contained in:
Andy McFadden 2019-11-19 13:43:42 -08:00
parent ff68409398
commit ade3403b9f
2 changed files with 8 additions and 8 deletions

View File

@ -41,16 +41,16 @@ is set to 65816.</p>
<h2><a name="label">Edit Label</a></h2>
<p>Sets or clears a label at the selected offset. The label must have
the
<p>Sets or clears a label at the selected offset. The label must have the
<a href="intro.html#about-symbols">proper form</a>, and not have the same
name as another symbol. If you edit an auto-generated label you will
be required to change the name.</p>
name as another symbol, unless it's specified to be non-unique. If you
edit an auto-generated label you will be required to change the name.</p>
<p>The label may be marked as non-unique local, unique local, global,
or global and exported. The default is Global. If you start typing
or global and exported. The default is global. If you start typing
a label with the non-unique label prefix character (usually '@',
configurable in application settings), the selection will automatically
switch to non-unique local.</p>
configurable in
<a href="settings.html#appset-displayformat">application settings</a>),
the selection will automatically switch to non-unique local.</p>
<p>Local labels may be "promoted" to global if the assembler requires it.
Most assemblers define local scope as starting clean after each global
label, but there are exceptions. If a label's name conflicts or is

View File

@ -169,7 +169,7 @@ you are most comfortable with.</p>
'@' or ':'. The default is '@', but you can configure it to any character
that isn't valid for the start of a label. (64tass uses '_' for locals,
but that's a valid label start character, and so isn't allowed here.)
The setting affects label entry as well as display.</p>
The setting affects label editing as well as display.</p>
<p>If you would like your local variables to be shown with a prefix
character, you can set it in the "local variable prefix" box.</p>