Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
LABEL
◄Directive Summary► ◄Summary► ◄Example►
──────────────────────────────────────────────────────────────────────────────
Syntax: name LABEL type
Creates a new variable or label of a given size (type) at a specified
location by assigning the current location-counter value and the given
type to name. Can be used to define a second entry point into a procedure.
name Symbol assigned to the label.
type BYTE, WORD, DWORD, QWORD, TBYTE, NEAR, FAR, PROC, or a
previously defined structure.
See Also: PROC, THIS
-♦-