labelX <namelist>
The labelX macro defines one or more names that will be the labels of public (global) variables or functions.
X
Specifies the storage size or function type. This parameter can be one of the following types:
| Type | Description |
| B | Byte |
| W | Word |
| D | Doubleword |
| Q | Quadruple word |
| T | 10 bytes |
| CP | Code pointer (one word for small and compact models) |
| DP | Data pointer (one word for small and medium models) |
| NP | Near-function pointer |
| FP | Far-function pointer |
| P | Near for small and compact models; far for other models |
namelist
Specifies the list of the names of the external variables or functions.
The following examples demonstrate the usage of the labelX macro:
labelB <DataBase>
labelFP <SampleRead>