Anonymous labels, Local labels, Importing and exporting labels – Zilog Z8F0130 User Manual
Page 357: Label spaces, Table 21

UM013037-1212
Anonymous Labels
Zilog Developer Studio II – Z8 Encore!
User Manual
333
Anonymous Labels
The ZDS II assembler supports anonymous labels. The following table lists the reserved
symbols provided for this purpose.
Local Labels
Any label beginning with a dollar sign (
$
) or ending with a question mark (
?
) is consid-
ered to be a local label. The scope of a local label ends when a
SCOPE
directive is encoun-
tered, thus allowing the label name to be reused. A local label cannot be imported or
exported.
Example
$LOOP: JP $LOOP ; Infinite branch to $LOOP
LAB?: JP LAB? ; Infinite branch to LAB?
SCOPE ; New local label scope
$LOOP: JP $LOOP ; Reuse $LOOP
LAB?: JP LAB? ; Reuse LAB?
Importing and Exporting Labels
Labels can be imported from other modules using the
EXTERN
or
XREF
directive. A space
can be provided in the directive to indicate the label’s location. Otherwise, the space of the
current segment is used as the location of the label.
Labels can be exported to other modules by use of the
PUBLIC
or
XDEF
directive.
Label Spaces
The assembler makes use of a label’s space when checking the validity of instruction oper-
ands. Certain instruction operands require that a label be located in a specific space
because that instruction can only operate on data located in that space. A label is assigned
to a space by one of the following methods:
•
The space of the segment in which the label is defined.
Table 55. Anonymous Labels
Symbol
Description
$$
Anonymous label. This symbol can be used as a label an arbitrary number of times.
$B
Anonymous label backward reference. This symbol references the most recent anonymous
label defined before the reference.
$F
Anonymous label forward reference. This symbol references the next anonymous label
defined after the reference.
- Z8F0131 Z8F0230 Z8F0231 Z8F0430 Z8F0431 Z8F043A Z8F0830 Z8F0831 Z8F083A Z8F1232 Z8F1233 Z8F0113 Z8F011A Z8F0123 Z8F012A Z8F0213 Z8F021A Z8F0223 Z8F022A Z8F0411 Z8F0412 Z8F0413 Z8F041A Z8F0421 Z8F0422 Z8F0423 Z8F042A Z8F0811 Z8F0812 Z8F0813 Z8F081A Z8F0821 Z8F0822 Z8F0823 Z8F082A Z8F0880 Z8F1621 Z8F1622 Z8F1680 Z8F1681 Z8F1682 Z8F2421 Z8F2422 Z8F2480 Z8F3221 Z8F3222 Z8F3281 Z8F3282 Z8F4821 Z8F4822 Z8F4823 Z8F6081 Z8F6082 Z8F6421 Z8F6422 Z8F6423 Z8F6481 Z8F6482 Z8FS021A ZMOT1AHH Z8FS040B ZMOT0BHH ZMOT0BSB Z8FMC04 Z8FMC08 Z8FMC16