DL205 User Manual, 4th Edition, Rev. B
5–69
Chapter 5: Standard RLL Instructions - Accumulator/Stack Load and Output Data
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 sixteen 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
A
aaa
O
U
T
L
A
aaa
O
U
T
M
A
aaa
O
U
T
M
LD
Acc.
8 9 3 5
0 0 3 5
0 0 0 0
8 9 3 5
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.
8 9 3 5
8 9 0 0
0 0 0 0
8 9 3 5
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
ý
ý
ý
þ
230
240
2
5
0
-1
2
6
0
ý
ý
ý
þ
230
240
2
5
0
-1
2
6
0
Operand Data Type
DL260 Range
A
aaa
V-memory V
All V-memory. See memory map
Pointer P
All V-memory. See memory map
DS
Used
HPP Used
DS
Used
HPP Used