Standard
RLL Instructions
5–84
Standard RLL Instructions
Number Conversion Instructions
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.
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
00000010010100000000010000000101
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 1631 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16
Acc.
0405 0250
V2000V2001
V2010V2011
11111101101011111111101111111010
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 1631 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16
Acc.
FBFA FDAF
STR
$
SHFT
ANDST
L
3
D
3
D
SHFT
ENT
OUT
GX
SHFT
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
Invert
(INV)