July 2013 9.8 Command Set 1759
Increment
INC Increment operand
INCW Increment word accumulator
INCX Increment index register
Decrement
DEC Decrement operand
DECW Decrement word accumulator
DECX Decrement index register
Comparisons
== Equal to
< Less than
> Greater than
<= Less than or equal to
>= Greater than or equal to
<> Not equal to
Parenthetical expressions in logical operations
A[ ] And [ ]
AN[ ] And NOT [ ]
O[ ] Or [ ]
ON[ ] Or NOT [ ]
XO[ ] Exclusive OR [ ]
XON[ ] Exclusive OR NOT [ ]
Parenthetical expressions with arithmetical instructions
+[ ] Addition [ ]
–[ ] Subtraction [ ]
x[ ] Multiplication [ ]
/[ ] Division [ ]
MOD[ ] Remainder [ ]
Parenthetical expressions in comparisons
==[ ] Equal to [ ]
<[ ] Less than [ ]
>[ ] Greater than [ ]
<=[ ] Less than or equal to [ ]
>=[ ] Greater than or equal to [ ]
<>[ ] Not equal to [ ]
Group of
functions
Syntax Function