Crossware

Table of Contents        Previous topic       Next topic       

ASSEMBLER DIRECTIVES->Other Assembler Directives->EQU

EQU       Define Symbol Value (Invariable)


The EQU directive will define the symbol in the label field to have the value of the expression in the operand field.  The symbol cannot subsequently be redefined.

Format:

<label>  EQU   <expression>   <comment>