148
4
4 Instructions4.4.5 Exponent Operations
4.5 Data Processing
Data conversion
INT Conversion from binary oating-point number format to BIN
integer format
BCD Conversion from binary to BCD format
BIN Conversion from BCD to binary format
FLT Conversion from binary integer format to binary oating-
point number format
EBCD Conversion from binary to decimal oating-point number
format
EBIN Conversion from decimal to binary oating-point number
format
DABIN Conversion from decimal ASCII format to BIN format
BINDA Conversion from BIN format to decimal ASCII format
WTOB Data separation by byte
BTOW Data combination by byte
UNI 4-bit combination of 16-bit data
DIS 4-bit separation of 16-bit data
ASCI Conversion from HEX to ASCII format
HEX Conversion from ASCII to HEX format
Data transfer
MOV Value transfer
EMOV Binary oating point transfer
SMOV Shifted transfer
BMOV Batch data transfer
FMOV One-to-multiple data transfer
CML Inverted data transfer
ZPUSH Index register batch storage
ZPOP Index register batch recovery
Table operation
ZRST Full data reset
SORT Data sorting
SORT2 Data sorting 2
SER Data search
FDEL Deletion of data from a table
FINS Insertion of data to a table
POP Last-in data read
RAMP Ramp instruction
Data rotation and shift
ROR Rotation right
ROL Rotation left
RCR Rotation right with carry
RCL Rotation left with carry
SFTR Bit shift right
SFTL Bit shift left
WSFR Word shift right
WSFL Word shift left
SFWR FIFO data write
SFRD FIFO data read
SFR 16-bit data shift right with carry by n bits
SFL 16-bit data shift left with carry by n bits