SPARC Assembly Language Reference Manual

2.3.3 Labels

A label is either a symbol or a single decimal digit n (0…9). A label is immediately followed by a colon ( : ).

Numeric labels may be defined repeatedly in an assembly file; normal symbolic labels may be defined only once.

A numeric label n is referenced after its definition (backward reference) as nb, and before its definition (forward reference) as nf.