56
2 INSTRUCTION TABLES
2.5 Application Instructions
Separating
and linking
DIS • Separates 16-bit data
designated by (S) into 4-bit
units, and stores at the lower
4 bits of n points from (D).
(n4)
4 Page 429
DISP
UNI • Links the lower 4 bits of n
points from the device
designated by (S) and stores
at the device designated by
(D). (n4)
4 Page 431
UNIP
NDIS • Separates the data in the
devices starting from the one
specified by (S1) into bits
specified by the devices from
(S2), and stores them to the
devices starting from the one
specified by (D).
4 Page 433
NDISP
NUNI • Links the data in the devices
starting from the one
specified by (S1) with bits
specified by the devices from
(S2), and stores them to the
devices starting from the one
specified by (D).
NUNIP
WTOB • Breaks n points of 16-bit data
from the device designated by
(S) into 8-bit units, and stores
in sequence at the device
designated by (D).
4 Page 437
WTOBP
BTOW • Links the lower 8 bits of 16-bit
data of n points from the
device designated by (S) into
16-bit units, and stores in
sequence at the device
designated by (D).
BTOWP
Search MAX • Searches the data of n points
from the device designated by
(S) in 16-bit units, and stores
the maximum value at the
device designated by (D).
4 Page 440
MAXP
MIN • Searches the data of n points
from the device designated by
(S) in 16-bit units, and stores
the minimum value at the
device designated by (D).
Page 442
MINP
DMAX • Searches the data of 2n
points from the device
designated by (S) in 32-bit
units, and stores the
maximum value at the device
designated by (D).
4 Page 440
DMAXP
DMIN • Searches the data of 2n
points from the device
specified by (S) in 32-bit units,
and stores the minimum value
in the device specified by (D).
Page 442
DMINP
Category Instruction
symbol
Symbol Processing details Execution
condition
Number
of basic
steps
Subset Reference
DIS nSD
NUNIP S1 S2D
WTOBP nSD
BTOW nSD
BTOWP nSD
MAXP nSD
DMAX nSD
DMAXP nSD