181
5-14-19DOUBLE ROTATE LEFT WITHOUT CARRY: RLNL(262)
(262)
RLNL Wd
Wd: Word CIO, G, A, DM
Operand Data AreaLadder Symbol
Variations
↑RLNL(262)
When the execution condition is OFF, RLNL(262) is not executed. When the ex-
ecution condition is ON, RLNL(262) shifts all bits previously in Wd and Wd+1 to
the left, and bit 15 of Wd+1 is shifted into both bit 00 of Wd and into CY.
Wd+1
WdCY
Refer to page 115 for general precautions on operand data areas.
Flags ER (A50003): Content of *DM word is not BCD when set for BCD.
CY (A50004): Receives the status of bit 15 from Wd+1.
EQ (A50006): Content of Wd and Wd+1 are 0 after execution.
N (A50008): Same status as bit 15 of Wd+1 after execution.
Example When CIO 000000 is ON in the following example, the status of bit 15 of
CIO 0101 is shifted into bit 00 of CIO 0100 and into CY, the status of all bits within
CIO 0100 are shifted left one position, the status of bit 15 is shifted to bit 00 of
CIO 0101, and the status of all bits within CIO 0101 are shifted left one position.
Address Instruction Operands
00000 LD 000000
00001 RLNL(262)
0100
1 0 0 0 1 1 1 0
0
CY LSBMSB
0 0 0 1 1 1 0 0
1
CY LSBMSB
0 0 1 0 1 0 0 1
0 1 0 0 0 1 1
LSBMSB
LSBMSB
Wd+1: CIO 0101 Wd: CIO 0100
Wd+1: CIO 0101 Wd: CIO 0100
1
Description
Precautions
(CVM1 V2)
Shift Instructions Section 5-14
0000
00
(262)
RLNL 0100