Language:
Русский
English
Built-in Assembler Labels
Labels consist of a label identifier and a colon before a statement.
Non-local labels defined in assembler must be declared in a label declaration part in the block containing the asm statement.
Local labels do not have to be declared in a label declaration part before they're used.