EQU
Visual Studio 2008
The first directive assigns numeric value of expression to name.
name EQU expression name EQU <text>
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.