English
Language : 

Z86E6116PSC Datasheet, PDF (60/69 Pages) Zilog, Inc. – Z86E61/Z86E63 CMOS Z8 16K/32K EPROM Microcontroller
Z86E61/E63
CMOS Z8 16K/32K EPROM Microcontroller
56
INSTRUCTION SUMMARY
Note: Assignment of a value is indicated by the symbol “←“. For example:
dst ← dst + src
indicates that the source data is added to the destination data and the result is
stored in the destination location. The notation “addr (n)” is used to refer to bit (n)
of a given operand location. For example:
dst (7)
refers to bit 7 of the destination operand
Table 32. Instruction Summary
Instruction
and Operation
ADC dst, src
dst←dst + src +C
ADD dst, src
dst←dst + src
AND dst, src
dst←dst AND src
CALL dst
SP←SP-2
@SP←PC,
PC←dst
CCF
C←NOT C
CLR dst
dst←0
COM dst
dst←NOT dst
CP dst, src
dst - src
DA dst
dst←DA dst
Address Mode
dst
src
Opcode
Flags Affected
Byte (Hex) C Z S V D H
Notea
1[ ]
*
*
*
*
0*
Notea
0[ ]
*
*
*
*
0*
Notea
5[ ]
-
*
*
0-
-
DA
06
-
-
-
-
-
-
IRR
D4
R
IR
R
IR
Notea
R
IR
EF
*
-
-
-
-
-
B0
-
-
-
-
-
-
B11
60
-
*
*
0-
-
61
A[ ]
*
*
*
*
-
-
40
*
*
*
X-
-
41
PS014401-1001