Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 559 Bytes

label-masm.md

File metadata and controls

22 lines (17 loc) · 559 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: LABEL
LABEL (MASM)
12/17/2019
Label
LABEL directive
39ec44e8-91e6-4f3c-8cf0-b66479974e42

LABEL

Creates a new label by assigning the current location-counter value and the given qualifiedType to name.

Syntax

name LABEL qualifiedType

name LABELNEAR | FAR | PROCPTRqualifiedType

See also

Directives reference
MASM BNF Grammar