Name
Operatio
n
Unit
Mnemonic Operand Function overview
Page
Takeout of the
Left Side of a
String
− LEFT (P)
S1, S2,
D
Retrieves the character strings of [S2]
number of characters from the left side (the
side where the device address is smaller)
of the character string table starting with
[S1], and stores it in [D].
"P.14-94"
Data Read
from a Given
Position in the
String
− MIDR (P)
S1, S2,
S3, D
Reads the character strings for [S3]
number of character strings from the [S2]
byte of the character string table starting
with [S1], and stores it in [D].
"P.14-96"
Rewrite from a
Given Position
in the String
− MIDW (P)
S1, S2,
D, n
Reads the character string data for [S2]
number of characters from the character
string table starting with [S1], and stores it
in [D] from the position of the [n]th byte.
"P.14-98"
Replacement
of a Character
String
− SREP (P) S, D, p, n
Replaces the character string table starting
with [D] with the character strings of [S1].
The positions and number of characters
that can be replaced are specified with [p]
and [n].
"P.14-101"
■
Character String Conversion Instruction (With Storage Area Size)
Name
Operatio
n
Unit
Mnemonic Operand Function overview
Page
Conversion:
Character
Constant →
ASCII Code
− ESSET (P) S, D
Converts the character constant specified
by [S] to ASCII code, and stores it in the
area starting with [D]. The storage area
size is specified at the head.
"P.14-104"
Text Creation
(With Storage
Area Size)
− EPRINT (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]. The
storage area size is specified at the head.
"P.14-107"
Date and Time
Character
String
Conversion
(With Storage
Area Size)
− ETIMEstr (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]. The storage area
size is specified at the head.
"P.14-115"
■
String Operation Instruction (With Storage Area Size)
Name
Operatio
n
Unit
Mnemonic Operand Function overview
Page
String
compare
− ESCMP (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-119"
1.2 List of High-level Instructions
WUME-FP7CPUPGR-12 1-25