Previous: , Up: Z80 Syntax   [Contents][Index]


9.56.2.4 Labels

Labels started by .L acts as local labels. You may specify custom local label prefix by -local-prefix command-line option. Dollar, forward and backward local labels are supported. By default, all labels are followed by colon. Legacy code with colonless labels can be built with -colonless command-line option specified. In this case all tokens at line begin are treated as labels.