EQ               Equal Relational Operator                      MASM Operator
 
  expression1 EQ expression2
 
    Returns true (0FFFFh) if expression1 is equal to expression2,
    otherwise it returns false (0000h).
 
       Notes:     The expressions must resolve to absolute values.
 
                  This operator treats its operands as 16-bit numbers.
                  Expressions with the 16th bit on are negative. Thus  -1
                  EQ 0FFFFh  is true.

Seealso:



This page last updated on Fri Nov 30 10:49:50 MSK 2001
Copyright © 1992-2001, Vitaly Filatov, Moscow, Russia
Webmaster