DL205 User Manual, 4th Edition, Rev. B
5–125
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
Shift Right (SHFR)
Shift Right is a 32-bit instruction that shifts the bits in the
accumulator a specified number (Aaaa) of places to the right.
The vacant positions are filled with zeros and the bits shifted
out of the accumulator are lost.
In the following example, when X1 is on, the value in V2000 and V2001 will be loaded into
the accumulator using the Load Double instruction. The bit pattern in the accumulator is
shifted 10 bits to the right using the Shift Right instruction. The value in the accumulator is
copied to V2010 and V2011 using the Out Double instruction.
Operand Data Type DL230 Range DL240 Range DL250-1 Range DL260 Range
A aaa aaa aaa aaa
V-memory V All (See page 3 - 53) All (See page 3 - 54) All (See page 3 - 55) All (See page 3 - 56)
Constant K 1-32 1-32 1-32 1-32
Standard RLL
Instructions
Handheld Programmer Keystrokes
Direct SOFT
LDD
V2000
X
1
Load the value in V2000 and
V2001 into the accumulator
SHFR
K10
The bit pattern in the
accumulator is shifted 10 bit
positions to the right
OUTD
V2010
Copy the value in the
accumulator to V2010 and
V2011
0 0 1 1 0 0 010000000 1
V2010
0 1 0 0 1 1 0 0
0 0 0 0 0 1 0 0 0 0 0 00000
15 14 13 12 11 10 987654321031 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16
C
1 4
0 0 0 0 11 00 11 1 0 0 0 0 0 1
31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16
0 1 1 0 0 1 1 1 0 0 0 00101
15 14 13 12 11 10 9876543210
31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 1631 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16
Acc.
Acc.
V2011
0 0 9C
Constant
6 7 05 3 1 01
Shifted out of the
accumulator
V2001 V2000
STR
$
SHFT
ANDST
L
3
D
3
D
SHFT
RST
S
7
H
5
F
ENT
OUT
GX
SHFT
3
D
ORN
R
SHFT
1
B
ENT
2
C
0
A
0
A
0
A
ENT
2
C
0
A
1
B
0
A
ENT
0 0 0 0 0
0
1
0
0
A
1
B
DS Used
HPP Used