Name
Operatio
n
Unit
Mnemonic Operand Function overview
Page
ASCII data
Check
US, SS,
UL, SL,
SF, DF
ACHK (P)
S1, S2,
N
Checks whether ASCII data converted with
ATOB instruction can be converted under
normal conditions.
"P.14-44"
Conversion:
ASCII → BIN
US, SS,
UL, SL,
SF, DF
ATOB (P)
S1, S2,
N, D
Converts the ASCII data stored in the area
starting with [S2] to BIN data, and stores it
in the area starting with [D]. The conversion
method is specified by [S1] and [N].
"P.14-46"
Conversion:
Character
Constant →
ASCII Code
− SSET (P) S, D
Converts the character constant specified
by [S] to ASCII code, and stores it in the
area starting with [D].
"P.14-60"
Text creation − PRINT (P)
S1, S2,
D
Inserts the data to be output [S2] to the text
creation form [S1], creates the text, and
stores it in the area specified by [D].
"P.14-64"
Date and Time
Character
String
Conversion
− TIMEstr (P)
S1, S2,
D
Converts the date and time information
specified by [S1] according to the
conversion pattern specified by [S2], and
stores the character string in the storage
location specified by [D].
"P.14-75"
■
String operation instructions
Name
Operatio
n
Unit
Mnemonic Operand Function overview
Page
String
compare
− SCMP (P) S1, S2
Compares the character string of [S1] with
the character string of [S2], and outputs the
result to the system relay (SRA to SRC).
(S1) > (S2) → SRA:ON
(S1) = (S2) → SRB:ON
(S1) < (S2) → SRC:ON
"P.14-81"
String Addition − SADD (P)
S1, S2,
D
Couples the character string of [S1] with
the character string of [S2], and stores it in
[D].
"P.14-83"
Obtainment of
String Length
− LEN (P) S, D
The number of characters stored in the
character string table data starting with [S]
is stored in [D].
"P.14-85"
Search String
Length
(Terminating
NULL)
LENGTH (P)
S1, S2,
D
Detects a termination character (null) from
a string and acquires the number of
characters.
"P.14-87"
String Search − SSRC (P)
S1, S2,
D
Searches for data [S1] from the character
string table data starting with [S2], and the
relative position of the first match is stored
in [D].
"P.14-89"
Takeout of the
Right Side of a
String
− RIGHT (P)
S1, S2,
D
Retrieves the number of characters [S2]
from the right side (the side where the
device address is larger) of the character
string table starting with [S1], and stores it
in [D].
"P.14-92"
1.2 List of High-level Instructions
1-24 WUME-FP7CPUPGR-12