ST10 FAMILY PROGRAMMING MANUAL
41/172
ADDC
Integer Addition with Carry
Syntax
ADDC op1,
op2
Operation
(op1)
<-- (op1) + (op2) + (C)
Data Types
WORD
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
ADDC
Rw
n
, Rw
m
10 nm
2
ADDC
Rw
n
, [Rw
i
]
18 n:10ii
2
ADDC
Rw
n
, [Rw
i
+]
18 n:11ii
2
ADDC
Rw
n
, #data
3
18 n:0###
2
ADDC
reg, #data
16
16 RR ## ##
4
ADDC
reg, mem
12 RR MM MM
4
ADDC
mem, reg
14 RR MM MM
4
Содержание ST10 Series
Страница 2: ......
Страница 4: ...ST10 FAMILY PROGRAMMING MANUAL 2 172...