
FANUC PMC-MODEL SD7
Programming Manual
01 01.11.26
Hanaoka
New
A-78550E
EDIT DATE DESIG.
DESCRIPTION
179/
316
TITLE
DRAW.NO.
4.5.6 Rotate Bits
4.5.6.1 ROL_BYTE(in, n, length, q)
Rotates the bits in a string of words n positions to the left. The most significant bit moves to the least significant bit.
in: BYTE variable; the first word in a string of words.
n: INT variable or constant; the number of positions to rotate
length: Constant; the number of words in the string (1 to 256).
q: BYTE variable; the first word of the rotated string.
4.5.6.2 ROL_WORD(in, n, length, q)
Rotates the bits in a string of words n positions to the left. The most significant bit moves to the least significant bit.
in: WORD variable; the first word in a string of words.
n: INT variable or constant; the number of positions to rotate
length: Constant; the number of words in the string (1 to 256).
q: WORD variable; the first word of the rotated string.
4.5.6.3 ROL_DWORD(in, n, length, q)
Rotates the bits in a string of words n positions to the left. The most significant bit moves to the least significant bit.
in: DWORD variable; the first word in a string of words.
n: INT variable or constant; the number of positions to rotate
length: Constant; the number of words in the string (1 to 256).
q: DWORD variable; the first word of the rotated string.
4.5.6.4 ROR_BYTE(in, n, length, q)
Rotates the bits in a string of words n positions to the right. The least significant bit moves to the most significant bit.
in: BYTE variable; the first word in a string of words.
n: INT variable or constant; the number of positions to rotate.
length: Constant; the number of words in the string (1 to 256).
q: BYTE variable; the first word of the rotated string.
4.5.6.5 ROR_WORD(in, n, length, q)
Rotates the bits in a string of words n positions to the right. The least significant bit moves to the most significant bit.
in: WORD variable; the first word in a string of words.
n: INT variable or constant; the number of positions to rotate.
length: Constant; the number of words in the string (1 to 256).
q: WORD variable; the first word of the rotated string.
4.5.6.6 ROR_DWORD(in, n, length, q)
Rotates the bits in a string of words n positions to the right. The least significant bit moves to the most significant bit.