2.2.1 (3) ADD (L)
ADD (ADD binary)
Add Binary
Operation
ERd + (EAs)
→
ERd
Assembly-Language Format
ADD.L
<EAs>, ERd
Operand Size
Longword
Condition Code
H: Set to 1 if there is a carry at bit 27;
otherwise cleared to 0.
N: Set to 1 if the result is negative; otherwise
cleared to 0.
Z: Set to 1 if the result is zero; otherwise
cleared to 0.
V: Set to 1 if an overflow occurs; otherwise
cleared to 0.
C: Set to 1 if there is a carry at bit 31;
otherwise cleared to 0.
I
UI
H
U
N
Z
V
C
—
—
↕
—
↕
↕
↕
↕
Description
This instruction adds the source operand to the contents of a 32-bit register ERd (destination
operand) and stores the result in the 32-bit register ERd.
Available Registers
ERd: ER0 to ER7
ERs: ER0 to ER7
Operand Format and Number of States Required for Execution
Notes
Instruction Format
1st byte
2nd byte
3rd byte
4th byte
5th byte
6th byte
Immediate
ADD.L
#xx:32, ERd
7
A
1
0 erd
IMM
6
Register direct
ADD.L
Rs, ERd
0
A
1 ers 0 erd
2
No. of
States
Mnemonic
Operands
Addressing
Mode
44