<< Previous | Next >>

ADD A,n     Add Without Carry     Rabbit 2000/3000/4000 Instruction
Opcode
Instruction
Clocks
Operation

C6 n

ADD A,n

4 (2,2)

A = A + n


Flags ALTD IOI/IOE
S
Z
L/V
C
F
R
SP
S
D
·
·
V
·
·
·

Description

A is summed with the 8-bit constant n. The result is stored in A.

The Rabbit 4000 assembler views "ADD A,n" and "ADD n" as equivalent instructions. In the latter case, A is used even though it is not explicitly stated.


<< Previous | Next >>