LABEL (MASM)
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
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.
name LABEL type
name LABEL [[NEAR | FAR | PROC]] PTR [[type]]
Show: