Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Watcom Debugger Guide - <u>.eq.</u> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
.EQ.
    Equal:  If the value on the left is equal to the value on the right then
    the result is 1; otherwise the result is 0.

.NE.
    Not equal:  If the value on the left is not equal to the value on the
    right then the result is 1; otherwise the result is 0.

.LT.
    Less than:  If the value on the left is less than the value on the right
    then the result is 1; otherwise the result is 0.

.LE.
    Less than or equal:  If the value on the left is less than or equal to
    the value on the right then the result is 1; otherwise the result is 0.

.GT.
    Greater than:  If the value on the left is greater than the value on the
    right then the result is 1; otherwise the result is 0.

.GE.
    Greater than or equal:  If the value on the left is greater than or
    equal to the value on the right then the result is 1; otherwise the
    result is 0.

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