ST10 FAMILY PROGRAMMING MANUAL
42/172
ADDCB
Integer Addition with Carry
Syntax
ADDCB op1,
op2
Operation
(op1)
<-- (op1) + (op2) + (C)
Data Types
BYTE
Description
Performs a 2’s complement binary addition of the source operand specified by op2, the destination oper-
and specified by op1 and the previously generated carry bit. The sum is then stored in op1. This instruc-
tion can be used to perform multiple precision arithmetic.
Flags
Addressing Modes
E
Z
V
C
N
*
S
*
*
*
E
Set if the value of op2 represents the lowest possible negative number. Cleared otherwise.
Used to signal the end of a table.
Z
Set if result equals zero and previous Z flag was set. Cleared otherwise.
V
Set if an arithmetic overflow occurred, i.e. the result cannot be represented in the specified
data type. Cleared otherwise.
C
Set if a carry is generated from the most significant bit of the specified data type. Cleared
otherwise.
N
Set if the most significant bit of the result is set. Cleared otherwise.
Mnemonic
Format
Bytes
ADDCB
Rb
n
, Rb
m
11 nm
2
ADDCB
Rb
n
, [Rw
i
]
19 n:10ii
2
ADDCB
Rb
n
, [Rw
i
+]
19 n:11ii
2
ADDCB
Rb
n
, #data
3
19 n:0###
2
ADDCB
reg, #data
16
17 RR ## ##
4
ADDCB
reg, mem
13 RR MM MM
4
ADDCB
mem, reg
15 RR MM MM
4
Содержание ST10 Series
Страница 2: ......
Страница 4: ...ST10 FAMILY PROGRAMMING MANUAL 2 172...