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>==</u> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
==
    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.

!=
    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.

<
    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.

<=
    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.

>
    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.

>=
    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