ST10 FAMILY PROGRAMMING MANUAL
39/172
2.8 - Instruction descriptions
This section contains a detailed description of each instruction, listed in alphabetical order.
ADD
Integer Addition
Syntax
ADD op1,
op2
Operation
(op1)
<-- (op1) + (op2)
Data Types
WORD
Description
Performs a 2’s complement binary addition of the source operand specified by op2 and the destination
operand specified by op1. The sum is then stored in op1.
Flags
Addressing Modes
E
Z
V
C
N
*
*
*
*
*
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. 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 other-
wise.
N
Set if the most significant bit of the result is set. Cleared otherwise.
Mnemonic
Format
Bytes
ADD
Rw
n
, Rw
m
00 nm
2
ADD
Rw
n
, [Rw
i
]
08 n:10ii
2
ADD
Rw
n
, [Rw
i
+]
08 n:11ii
2
ADD
Rw
n
, #data
3
08 n:0###
2
ADD
reg, #data
16
06 RR ## ##
4
ADD
reg, mem
02 RR MM MM
4
ADD
mem, reg
04 RR MM MM
4
Содержание ST10 Series
Страница 2: ......
Страница 4: ...ST10 FAMILY PROGRAMMING MANUAL 2 172...