14
Instructions Lookup Sheet
5 Data Processing
Type
Model Supported
Page
H2U-XP H3U
Data conversion
INT Conversion from binary oating-
point number format to BIN
integer format
√ √ 149
BCD Conversion from binary to BCD
format
√ √ 150
BIN Conversion from BCD to binary
format
√ √ 151
FLT Conversion from binary number
format to binary oating-point
number format
√ √ 152
EBCD Conversion from binary to
decimal oating-point number
format
√ √ 153
EBIN Conversion from decimal to
binary oating-point number
format
√ √ 154
DABIN Conversion from decimal ASCII
format to BIN format
× √ 155
BINDA Conversion from binary format
to decimal ASCII format
× √ 157
WTOB Data separation by byte × √ 159
BTOW Data combination by byte × √ 160
UNI 4-bit combination of 16-bit data × √ 162
DIS 4-bit separation of 16-bit data × √ 163
ASCI Conversion from HEX to ASCII
format
√ √ 164
HEX Conversion from ASCII to HEX
format
√ √ 167
Data transfer
MOV Value transfer √ √ 169
EMOV Binary oating point transfer √ √ 170
SMOV Shifted transfer √ √ 171
BMOV Batch data transfer √ √ 172
FMOV One-to-multiple data transfer √ √ 173
CML Inverted data transfer
√ √ 174
ZPUSH Batch storage of indexed
address registers
× √
175
ZPOP Batch recovery of indexed
address registers
× √
178
Table operations
ZRST Full data reset √ √ 180
SORT Data sorting √ √ 181
SORT2 Data sorting 2 × √ 183
SER Data search √ √ 185
FDEL Deletion of data from data
tables
× √
187
FINS Insertion of data to data tables × √ 189
POP Subsequent data read × √ 191
RAMP Ramp instruction √ √ 193
Data shift
ROR Cyclic right-shift √ √ 195
ROL Cyclic left-shift √ √ 196
Type
Model Supported
Page
H2U-XP H3U
RCR Carry-included cyclic right-shift √ √ 197
RCL Carry-included cyclic left-shift √ √ 198
SFTR Bit right-shift √ √ 199
SFTL Bit left-shift √ √ 200
WSFR Word right-shift √ √ 201
WSFL Word left-shift √ √ 202
SFWR First in rst out data write √ √ 203
SFRD First in rst out data read √ √ 204
SFR Right-shift of 16-bit data by n
bits (carry included)
×
√ 205
SFL Left-shift of 16-bit data by n bits
(carry included)
×
√ 207
Other data processing
SWAP Upper/Lower byte exchange √ √ 208
BON ON bit judgment √ √ 209
SUM Total number of ON bits √ √ 210
RND Random data generation × √ 211
XCH Data exchange √ √ 212
ANS Signal alarm setting √ √ 213
ANR Signal alarm reset √ √ 214
6 Matrix Instructions
Type
Model Supported
Page
H2U-XP H3U
Matrix operation
BK+
Matrix addition operation
× √ 215
BK- Matrix subtraction operation × √ 217
MAND Matrix AND operation × √ 218
MOR Matrix OR operation × √ 220
MXOR Matrix XOR operation × √ 221
MXNR Matrix XNR operation × √ 223
MINV Matrix inverse operation × √ 224
MBC
Matrix bit status count
operation
× √ 225
Matrix comparison
BKCMP=
Matrix equal to comparison
(S1 = S2)
× √
227
BKCMP>
Matrix larger than comparison
(S1 > S2)
× √
227
BKCMP<
Matrix smaller than
comparison (S1 < S2)
× √
227
BKCMP<>
Matrix not equal to
comparison (S1 ≠ S2)
× √
227
BKCMP<=
Matrix smaller than or equal
to comparison (S1 ≤ S2)
×
√
227
BKCMP>=
Matrix larger than or equal to
comparison (S1 ≥ S2)
×
√
227
MCMP Matrix comparison operation × √ 228