DL205 User Manual, 4th Edition, Rev. D
5-132
Chapter 5: Standard RLL Instructions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
A
B
C
D
1
2
3
4
5
6
7
8
9
10
11
12
13
14
A
B
C
D
Invert (INV)
The Invert instruction inverts or takes the one’s complement
of the 32-bit value in the accumulator. The result resides in
the accumulator.
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 value in the accumulator is inverted
using the Invert instruction. The value in the accumulator is copied to V2010 and V2011
using the Out Double instruction.
230
240
250-1
260
INV
Handheld Programmer Keystrokes
DirectSOFT
LDD
V2000
X1
Load the value in V2000 and
V2001 into the accumulator
INV
Invert the binary bit pattern
in the accumulator
OUTD
V2010
Copy the value in the
accumulator to V2010 and
V2011