 | AARM User's Guide Discontinued |  |
|
|
| > Assembler Operator| Arguments | operand > operand | | Description | The > operator compares the first and second operands and returns a value of 0 (false) if the first operand is less than or equal the second or a value of 1 (true) if the first operand is greater than the second. | | See Also | !=, >=, <, <=, ==, NE | | Example | None. |
|
|