Re: A82: CalcEm


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

Re: A82: CalcEm




I'm relatively new to asm programming, but I was under the impression
that inc could cause the z-flag to be set. For example:

ld a,$FF
inc a

Can inc ever affect the z-flag?


On Wed, 26 Aug 1998, Kouri Rosenberg wrote:

> 
> inc a is not gonna set the zero flag, so why do you think it would jump?
> 
> 


Follow-Ups: References: