[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
GE               Greater Than or Equal Relational Operator      MASM Operator

  expression1 GE expression2

    Returns true (0FFFFh) if expression1 is greater than or equal to
    expression2, otherwise it returns false (0000h).

       Notes:     The expressions must resolve to absolute values.

                  This operator treats its operands as 17-bit numbers.
                  The 17th bit specifies the sign bit, thus the largest
                  number possible is 0FFFFh (65,535).

See Also: NE LT LE GT EQ
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson