DL205 User Manual, 4th Edition, Rev. B
5–126
Chapter 5: Standard RLL Instructions - Bit Operation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
A
B
C
D
Rotate Left (ROTL)
Rotate Left is a 32-bit instruction that rotates the bits in the
accumulator a specified number (Aaaa) of places to the left.
In the following example, when X1 is on, the value in V1400 and V1401 will be loaded into
the accumulator using the Load Double instruction. The bit pattern in the accumulator is
rotated 2 bit positions to the left using the Rotate Left instruction. The value in the
accumulator is copied to V1500 and V1501 using the Out Double instruction.
Operand Data Type DL250-1 Range DL260 Range
A aaa aaa
V-memory V All (See page 3 - 55) All (See page 3 - 56)
Constant K 1-32 1-32
D
irectSOFT
Handheld Programmer Keystrokes
STR
$
SHFT
ANDST
L
3
D
3
D
SHFT
ORN
R
MLR
T
ANDST
L
ENT
OUT
GX
SHFT
3
D
1
B
ENT
INST#
O
ENT
1
B
4
E
0
A
0
A
ENT
2
C
1
B
5
F
0
A
0
A
X1
L
DD
V1400
R
OTL
K2
OUTD
V1500
Load the value in V1400 and
V1401 into the accumulator
The bit pattern in the
accumulator is rotated 2
bit positions to the left
Copy the value in the
accumulator to V1500
and V1501
17
00000000001 11 11 1
161819202122232425262728293031
9C14
V1501
Acc.
Acc.
1
10000000010 01 01 1
023456789101112131415
C405
V1500
1
0000011110 00 01 1 10000010100 00 10 0
1
7161819202122232425262728293031 1023456789101112131415
67 05 31 01
V1401 V1400
DS Used
HPP Used