English
Language : 

GMS30C2116 Datasheet, PDF (206/322 Pages) Hynix Semiconductor – USERS MANUAL
A-32
Compare Bit
Appendix A. Instruction Set Details
CMPB
Format:
RR format
15
OP-code
0011 00
10 9
d
87
s
Rd-code
43
0
Rs-code
s = 0: Rs-code encoded G0..G15 for Rs
s = 1: Rs-code encoded L0..L15 for Rs
d = 0: Rd-code encoded G0..G15 for Rd
d = 1: Rd-code encoded L0..L15 for Rd
Notation:
CMPB Rd, Rs
Description:
The result of a bitwise logical AND of the source operand and the destination operand is
used to set or clear the Z flag accordingly; the result itself is not retained.
All operands and the result are interpreted as bit-string of 32 bits each.
Operation:
Z := (Rd and Rs) = 0;
Exceptions:
None