Command ROT( D, S, I ).
Copy slice S to slice D with permutation "cyclic shift". Slice D will contain bits of slice S, cyclically shifted by I positions.
Result depends on state of mask register.
D, S - variables of type Slice.
I - variable of type Index.
See also
Command MASKON, Command MASKOFF