as: TIC54X-Locals

1 
1 9.45.6 Local Labels
1 -------------------
1 
1 Local labels may be defined in two ways:
1 
1    * $N, where N is a decimal number between 0 and 9
1    * LABEL?, where LABEL is any legal symbol name.
1 
1    Local labels thus defined may be redefined or automatically
1 generated.  The scope of a local label is based on when it may be
1 undefined or reset.  This happens when one of the following situations
1 is encountered:
1 
1    * .newblock directive ⇒'.newblock' TIC54X-Directives.
1    * The current section is changed (.sect, .text, or .data)
1    * Entering or leaving an included file
1    * The macro scope where the label was defined is exited
1