English
Language : 

Z8F0830HH020SG Datasheet, PDF (184/257 Pages) Zilog, Inc. – High-Performance 8-Bit Microcontrollers
Z8 Encore!® F0830 Series
Product Specification
166
This example indicates that the source data is added to the destination data; the result is
stored in the destination location.
eZ8 CPU Instruction Classes
eZ8 CPU instructions can be divided functionally into the following groups:
• Arithmetic
• Bit manipulation
• Block transfer
• CPU control
• Load
• Logical
• Program control
• Rotate and shift
Tables 105 through 112 contain the instructions belonging to each group and the number
of operands required for each instruction. Some instructions appear in more than one table
as these instructions can be considered as a subset of more than one category. Within these
tables, the source operand is identified as src, the destination operand is dst and a condi-
tion code is cc.
Table 105. Arithmetic Instructions
Mnemonic
ADC
ADCX
ADD
ADDX
CP
CPC
CPCX
CPX
DA
DEC
DECW
INC
Operands
dst, src
dst, src
dst, src
dst, src
dst, src
dst, src
dst, src
dst, src
dst
dst
dst
dst
Instruction
Add with Carry
Add with Carry using Extended Addressing
Add
Add using Extended Addressing
Compare
Compare with Carry
Compare with Carry using Extended Addressing
Compare using Extended Addressing
Decimal Adjust
Decrement
Decrement Word
Increment
PS025113-1212
eZ8 CPU Instruction Classes