- 2.3.5 -
TMT Pascal Language Description
Built-in AssemblerAssembler Labels
The built-in assembler allows two types of labels:
- Global labels are declared inside a Pascal program within label
declarations. Global labels are identical to Pascal labels.
- Local labels are not declared. They must start with the @ symbol
and contain letters, digits, or underscore characters.
Local labels are visible only within the current asm statement.
Labels can be used with any assembler statements. More than one label can
be used, if needed. Labels are always optional.
|
|
|
Command Syntax |
Table of Content |
Prefixes |
- 2.3.5 -