Name
Operatio
n
Unit
Mnemonic Operand Function overview
Page
Carry-Flag
Reset
− CLC (P) Turns OFF the carry flag (SR9). "P.9-11"
■
Data Processing Instructions
Name
Operatio
n
Unit
Mnemonic Operand Function overview
Page
Data Search
US, SS,
UL, SL,
SF, DF
SRC (P)
S1, S2,
S3, D
Searches for the data of [S1] from the data
stored in [S2] to [S3], and stores the
matching articles and the relative position
of where the data first matched in the area
starting with [D].
"P.10-2"
ON Bits Count US, UL BCU (P) S, D
Counts the number of ON bits in the data of
[S], and stores the number in [D].
"P.10-5"
Obtainment of
the Max. Value
US, SS,
UL, SL,
SF, DF
MAX (P)
S1, S2,
D
Searches for the maximum value of the
data stored in [S1] to [S2], and stores the
maximum value and the relative position of
where the maximum value was first
detected in the area starting with [D].
"P.10-7"
Obtainment of
the Min. value
US, SS,
UL, SL,
SF, DF
MIN (P)
S1, S2,
D
Searches for the minimum value of the data
stored in [S1] to [S2], and stores the
minimum value and the relative position of
where the minimum value was first
detected in the area starting with [D].
"P.10-13"
Obtainment of
the Total and
the Mean
US, SS,
UL, SL,
SF, DF
MEAN (P)
S1, S2,
D
Calculates the total and the average of the
data stored in [S1] to [S2], and stores it in
the area starting with [D].
"P.10-19"
Sort
US, SS,
UL, SL,
SF, DF
SORT (P)
S1, S2,
S3
Changes the order of the data stored in
[S1] to [S2]. The sorting conditions are
specified in [S3] (descending order or
ascending order).
"P.10-24"
Linearization
US, SS,
UL, SL,
SF, DF
SCAL (P)
S1, S2,
D
Creates a data table used for scaling
(linearization) in the area starting with [S2].
Scales the data of [S1] (input value X), and
stores it in [D] (output value Y).
"P.10-27"
Variance and
Standard
Deviation
Acquisition
US, SS STDDEV (P) S, n, D
Stores the variance and standard deviation
within the range of the device area
specified by [S] and [n] into the device area
specified by [D].
"P.10-30"
■
Event Count Instructions
Name
Operatio
n
Unit
Mnemonic Operand Function overview
Page
Instruction to
Count the No.
of Events
UL EVENTC
S1, S2,
n, D
Counts the number of ON times for the [n]
bits of the data specified by [S1], and
stores it in the area starting with [D].
"P.10-33"
(Note 1)
1.2 List of High-level Instructions
WUME-FP7CPUPGR-12 1-15