DL205 User Manual, 4th Edition, Rev. D
5-69
Chapter 5: Standard RLL Instructions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
A
B
C
D
Out Least (OUTL)
The Out Least instruction copies the value in the lower eight
bits of the accumulator to the lower eight bits of the specified
V-memory location (i.e., it copies the low byte of the low word
of the accumulator).
In the following example, when X1 is on, the value in V1400 will be loaded into the lower
16 bits of the accumulator using the Load instruction. The value in the lower 8 bits of the
accumulator are copied to V1500 using the Out Least instruction.
Out Most (OUTM)
The Out Most instruction copies the value in the upper eight bits
of the lower 16 bits of the accumulator to the upper eight bits of
the specified V-memory location (i.e., it copies the high byte of
the low word of the accumulator).
In the following example, when X1 is on, the value in V1400 will be loaded into the lower 16
bits of the accumulator using the Load instruction. The value in the upper 8 bits of the lower
16 bits of the accumulator are copied to V1500 using the Out Most instruction.
Operand Data Type DL260 Range
A
aaa
V-memory V All V-memory. See memory map
Pointer P All V-memory. See memory map
Aaaa
OUTL
Aaaa
OUTM
Aaaa
OUTM
LD
Acc.
8935
0035
0000 8935
X1
V1400
OUTL
V1500
Load the value in V1400 into
the lower 16 bits of the
accumulater
Copy the value in the lower
8 bits of the accumulator to
V1500
The unused accumulator
bits are set to zero
V1400
V1500
Handheld Programmer Keystrokes
1
B
ENT
1
B
4
E
0
A
0
A
ENT
STR
$
SHFT
ANDST
L
3
D
OUT
GX
SHFT
ANDST
L
1
B
5
F
0
A
0
A
ENT
LD
Acc.
8935
8900
0000 8935
Handheld Programmer Keystrokes
1
B
ENT
1
B
4
E
0
A
0
A
ENT
STR
$
SHFT
ANDST
L
3
D
OUT
GX
SHFT
ORST
M
1
B
5
F
0
A
0
A
ENT
X1
V1400
OUTM
V1500
Load the value in V1400 into
the lower 16 bits of the
accumulator
Copy the value in the upper
8 bits of the lower 16 bits of
the accumulator to V1500
The unused accumulator
bits are set to zero
V1400
V1500