LABEL (MASM)
Creates a new label by assigning the current location-counter value and the given type to name.
name LABEL type
name LABEL [[NEAR | FAR | PROC]] PTR [[type]]
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Creates a new label by assigning the current location-counter value and the given type to name.
name LABEL type
name LABEL [[NEAR | FAR | PROC]] PTR [[type]]