Name
Operatio
n
Unit
Mnemonic Operand Function overview
Page
Code
Calculation
S3, D
it in the area starting with [D]. The
calculation method is specified by [S1].
CRC Code
Calculation
US, SS CRC (P)
S1, S2,
S3, D
Calculates the CRC code for the data
specified by [S2] and [S3], and stores it in
the area starting with [D]. The calculation
method is specified by [S1].
"P.14-6"
Conversion:
HEX →
Hexadecimal
ASCII
US, SS,
UL, SL
HEXA (P)
S1, S2,
D
Converts the hexadecimal data specified by
[S1] and [S2] to ASCII code, and stores it in
the area starting with [D].
Example) HABCD → H 42 41 44 43 B A D
C
"P.14-10"
Conversion:
Hexadecimal
ASCII → HEX
US, SS,
UL, SL
AHEX (P)
S1, S2,
D
Converts the ASCII code specified by [S1]
and [S2] to hexadecimal data, and stores it
in the area starting with [D].
Example) H 44 43 42 41→ HCDABD C B A
"P.14-13"
Conversion:
BCD →
Decimal ASCII
US, UL BCDA (P)
S1, S2,
D
Converts the BCD data specified by [S1]
and [S2] to ASCII code, and stores it in the
area starting with [D]. The conversion
method is specified by [S2].
Example 1) H1234 → H 32 31 34 33
2 1 4 3
Example 2) H1234 → H 34 33 32 31
4 3 2 1
"P.14-16"
Conversion:
Decimal ASCII
→ BCD
US, UL ABCD (P)
S1, S2,
D
Converts the ASCII code specified by [S1]
and [S2] to BCD data, and stores it in the
area starting with [D]. The conversion
method is specified by [S2].
Example 1) H 34 33 32 31 → H 3412
4 3 2 1
Example 2) H 34 33 32 31 → H 1234
4 3 2 1
"P.14-19"
Conversion:
BIN →
Decimal ASCII
US, SS,
UL, SL
BINA (P)
S1, S2,
D
Converts the BIN data specified by [S1]
which indicates a decimal to ASCII code,
and stores it in the area starting with [D].
The number of bytes for the conversion
result is specified by [S2].
Example) K-100 → H 30 30 31 2D 20 20
0 0 1 -
"P.14-23"
Conversion:
Decimal ASCII
→ BIN
US, SS,
UL, SL
ABIN (P)
S1, S2,
D
Converts the ASCII code stored in the area
starting with [S1] to BIN data which
indicates a decimal, and stores it in the
area starting with [D]. The number of bytes
to convert is specified by [S2].
Example) H 30 30 31 2[D] 20 20 → K-100
0 0 1 -
"P.14-26"
Conversion:
BIN → ASCII
US, SS,
UL, SL,
SF, DF
BTOA (P)
S1, S2,
N, D
Converts the BIN data stored in the area
starting with [S2] to ASCII data, and stores
it in the area starting with [D]. The
conversion method is specified by [S1] and
[N].
"P.14-30"
1.2 List of High-level Instructions
WUME-FP7CPUPGR-12 1-23