DL06 Micro PLC User Manual, 3rd Edition, Rev. E
5-68
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 OUTL 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 LD instruction. The value in the lower 8 bits of the
accumulator is copied to V1500 using the OUTL instruction.
Out Most (OUTM)
The OUTM 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 LD instruction. The value in the upper 8 bits of the lower 16
bits of the accumulator is copied to V1500 using the OUTM instruction.
A aaa
O UT L
LD
Acc.
8
9
3
5
0
0
3
5
0
0
0
0
8
9
3
5
DirectSOFT32
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
A aaa
O UT M
A aaa
O UT M
Operand Data Type
DL06 Range
A
aaa
V-memory
V
See memory map
LD
Acc.
8
9
3
5
8
9
0
0
0
0
0
0
8
9
3
5
Direct SOFT32
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 1500
The unused accumulator
bits are set to zero
V1400
V1500
Operand Data Type
DL06 Range
A
aaa
V-memory
V
See memory map
DS
Used
HPP Used
DS
Used
HPP Used
Direct
SOFT
Direct
SOFT