6.1.6.2 Assembler-generated Identifiers
Where a LOCAL
directive is used in a macro block, the
assembler will generate a unique symbol to replace each specified identifier in each
expansion of that macro. These unique symbols will have the form
??nnnn
where nnnn
is a 4-digit number.
The user should avoid defining symbols with the same form.