1662 HEIDENHAIN Technical Manual MANUALplus 620
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
< 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 [ ]
Shifting commands
<< Shift left
>> Shift right
Group of
functions
Syntax Function