Re: A85: SBC HL, DE


[Prev][Next][Index][Thread]

Re: A85: SBC HL, DE




>I don't think that there are commands for 16-bit subtraction, there is
>only:
> add hl,de 
> add hl,bc
> add hl,hl

use:
 sbc hl,??
the mnemonic is for "subtract with carry", so you may need to add "or
a" before this instruction to clear the carry flag.

-mike pearce


Follow-Ups: References: