 | Ax51 User's Guide |  |
|
|
| NE Assembler Operator| Arguments |
operand NE operand
| | Description | The NE operator compares the first and second operands and returns a value of 0 (false) if the two operands are equal or a value of 1 (true) if the two operands are not equal. | | See Also | >, >=, <, <=, ==, EQ, GT, LT | | Example | None. |
|
|