<< Previous | Next >>

SBC A,(HL)     Subtract with Carry     Rabbit 2000/3000/3000A Instruction
Opcode
Instruction
Clocks
Operation

9E

SBC A,(HL)

5 (2,1,2)

A = A - (HL) - CF


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

Description

Subtracts the C flag and the data whose address is the data in HL from the data in A. The result is stored in A.

These operations output an inverted carry:


<< Previous | Next >>