
10. PMC
689
(37) Binary data search
DSCHB
SUB 34
Number of byte
(1 : 1–byte, 2 : 2–byte, 4:4–byte)
RST
ACT
W1(0 : Searched data exist,
1 : Searched data not exist)
Address for size of data table
Starting address of data table
Search data address
Output address
f
ffff
ffff
ffff
ffff
(38) Indexed data transfer
XMOV
SUB 18 ffff
ffff
ffff
ffff
W1(1:Error)BYT
RW
RST
ACT
Size of data table
Starting address of data table
Input/output data storage address
Table number storage address
RW = 0 : Read mode, 1 : Write mode
(39) Binary index modifier data transfer
XMOVB
SUB 35
ffff
ffff
ffff
RW
RST
ACT
W1(1:Error)
Number of byte
(1 : 1–byte, 2 : 2–byte, 4:4–byte)
Storage address of number of data
Starting address of data table
Input/output data storage address
Table number storage address
f
ffff
RW = 0 : Read mode, 1 : Write mode
(40) Addition
ADD
SUB 18
Data format
(0 : Constant data, 1 : Address)
Summand address
Addend value
(Address or constant data)
Output address
BYT
RST
ACT
W1(1:Error)
ffff
ffff
ffff
f
(41) Binary addition
ADDB
SUB 36 ffff
ffff
ffff
ffff
RST
ACT
W1(1:Error)
Data format
Summand address
Addend value
(Address or constant data)
Output address