
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Assembly Language - <b>le less than or equal relational operator masm operator</b>
[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
LE Less Than or Equal Relational Operator MASM Operator
expression1 LE expression2
Returns true (0FFFFh) if expression1 is less than or equal to
expression2, otherwise 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: EQ NE LT GT GE
Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson