DL205 User Manual, 4th Edition, Rev. B
5–132
Chapter 5: Standard RLL Instructions - Number Conversion
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
Direct
SOFT
LDD
V2000
X1
L
oad the
v
al
u
e
i
n
V2000
and
V2001
i
nto the a
ccu
m
u
lator
INV
I
n
v
ert the
bi
nary
bi
t
p
attern
i
n the a
ccu
m
u
lator
OUTD
V2010
C
o
p
y the
v
al
u
e
i
n the
a
ccu
m
u
lator to
V2010
and
V2011
0 0 0 0 0 0 1 0 0 1 0 1 0 0 0 0
0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16
31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16
Acc.
0 4 0 5 0 2 5 0
0 2 5 0
V2000
V2001
V2010
V2011
1 1 1 1 1 1 0 1 1 0 1 0 1 1 1 1
1 1 1 1 1 0 1 1 1 1 1 1 1 0 1 0
15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0
31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16
31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16
Acc.
F B F A F D A F
STR
$
S
H
FT
ANDST
L
3
D
3
D
S
H
FT
ENT
OUT
GX
S
H
FT
3
D
8
I
TMR
N
AND
V
1
B
ENT
2
C
0
A
0
A
0
A
ENT
2
C
0
A
1
B
0
A
ENT
DS
Used
HPP Used