A83: GetPix & GetBit Routines...
[Prev][Next][Index][Thread]
A83: GetPix & GetBit Routines...
Is anyone familiar with using the GetPix or GetBit Routines from ZLIB? I can't
get Joe to answer any of my questions, so I was wondering if someone can help
me with those... Whats the difference between each of those, because I know
GetPix relies on GetBit but GetBit can be used on its own, what are some
examples of this...? Also, when following up the GetPix routine with:
OR (hl) / ld (hl),a
...I know this will PLOT the Pixel.
XOR (hl) / ld (hl),a
Will this XOR that Pixel...?
AND (hl) / ld (hl),a
...and will this CLEAR the Pixel...? Thanks anybody for your reply... =)
--Jason K.