<< Previous | Next >>

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

Opcode
Instruction
Operation
9E SBC A,(HL) A = A - (HL) - CF

8-Bit Access
16-Bit Unaligned
16-Bit Aligned
Rabbit 2000/3000
5
n/a
n/a

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:


Rabbit Instructions << Previous | Next >> rabbit.com