Z8
®
CPU
User Manual
UM001604-0108 Instruction Set
142
INC dst Increment
INCW dst Increment Word
SBC dst, src Subtract with Carry
SUB dst, src Subtract
Table 28. Logical Instructions
Mnemonic Operands Instruction
AND dst, src Logical AND
COM dst Complement
OR dst, src Logical OR
XOR dst, src Logical Exclusive OR
Table 29. Program Control Instructions
Mnemonic Operands Instruction
CALL dst Call Procedure
DJNZ dst, src Decrement and Jump Non-Zero
IRET Interrupt Return
JP cc, dst Jump
JR cc, dst Jump Relative
RET Return
Table 30. Bit Manipulation Instructions
Mnemonic Operands Instruction
TCM dst, src Test Complement Under Mask
TM dst, src Test Under Mask
AND dst, src Bit Clear
OR dst, src Bit Set
XOR dst, src Bit Complement
Table 27. Arithmetic Instructions (Continued)
Mnemonic Operands Instruction