A86: Re: comparing de and hl
[Prev][Next][Index][Thread]
A86: Re: comparing de and hl
I'm pretty sure it sets the carry flag as well. It should essentially do
this...
push hl
or a
sbc hl,de
pop hl
> what exactly does _cphlde do?
> in the asmstudio help file it says it sets the zeros
> flag if equal or resets it if they are not equal
> does it affect the carry flag?
> __________________________________________________
> Do You Yahoo!?
> Bid and sell for free at http://auctions.yahoo.com
>
>
References: