
10. PMC
687
(29) Parity check
PARI
SUB
11 ffff
W1(1:Error)
Check data address
O.E
RST
ACT
O.E = 0:Even–parity check, 1:Odd–parity check
(30) Data conversion
DCNV
SUB 14
ffff
ffff
W1(1:Error)
Input data address
BYT
CNV
RST
ACT
Output data address
CNV = 0 : Binary to BCD–code, 1 : BCD to Binary–code
(31) Binary data conversion
DCNVB
SUB 31
ffff
ffff
W1(1:Error)
SIN
CNV
RST
ACT
SIN = When converts BCD to binary ; 0 : Positive, 1 : Negative
CNV = 0 : Binary to BCD–code, 1 : BCD to Binary–code
f
Number of byte
(1:1–byte, 2:2–byte,
4:4–byte)
Input data address
Output data address
[Operation output register]
#7
#6 #5 #4 #3 #2 #1 #0
R9000
VNZ
V : Overflow, Z : Zero, N : Negative
(32) Comparison
COMP
SUB 15
W1
Data format
(0 : Constant data, 1 : Address)
BYT
ACT
Reference value
(Constant data or address)
Comparison value
(0 : Ref. data > Comp. data),
(1 : Ref. data ≤ Comp. data)
f
ffff
ffff