Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Assembly Language - <b>ne not equal relational operator masm operator</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
NE               Not Equal Relational Operator                  MASM Operator

expression1 NE expression2

    Returns true (0FFFFh) if expression1 is not equal to expression2, else
    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
                  NE 0FFFFh  is false.

See Also: EQ LT LE GT GE

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson