diff --git a/SourceGen/RuntimeData/Help/editors.html b/SourceGen/RuntimeData/Help/editors.html index 4a27352..f2f7aa1 100644 --- a/SourceGen/RuntimeData/Help/editors.html +++ b/SourceGen/RuntimeData/Help/editors.html @@ -41,16 +41,16 @@ is set to 65816.
Sets or clears a label at the selected offset. The label must have -the +
Sets or clears a label at the selected offset. The label must have the proper form, and not have the same -name as another symbol. If you edit an auto-generated label you will -be required to change the name.
+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.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.
+configurable in +application settings), +the selection will automatically switch to non-unique local.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 diff --git a/SourceGen/RuntimeData/Help/settings.html b/SourceGen/RuntimeData/Help/settings.html index f2a2665..486b09b 100644 --- a/SourceGen/RuntimeData/Help/settings.html +++ b/SourceGen/RuntimeData/Help/settings.html @@ -169,7 +169,7 @@ you are most comfortable with.
'@' 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. +The setting affects label editing as well as display.If you would like your local variables to be shown with a prefix character, you can set it in the "local variable prefix" box.