Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 636 Bytes

equ.md

File metadata and controls

28 lines (20 loc) · 636 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: EQU
EQU
12/17/2019
EQU
EQU directive
96db466a-1eab-45bd-a3c2-5a59bd754eab

EQU

The first directive assigns numeric value of expression to name.

Syntax

name EQU expression

name EQU <text>

Remarks

The name cannot be redefined later.

The second directive assigns specified text to name. The name can be assigned a different text later. See TEXTEQU.

See also

Directives reference
MASM BNF Grammar