LABEL (MASM)
The latest version of this topic can be found at LABEL (MASM).
Creates a new label by assigning the current location-counter value and the given type
to name.
Syntax
name LABEL type
name LABEL [[NEAR | FAR | PROC]] PTR [[type]]