 | AARM User's Guide Discontinued |  |
|
|
| 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 | !=, >, >=, <, <=, == | | Example | None. |
|
|