Re: A86: GetPixel?


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

Re: A86: GetPixel?




>In all my Z80 reference material I can't seem to find a value called ZF.
>How do I access it?

ZF is the z flag

jr z,pixel_off
jr nz,pixel_on


Follow-Ups: