A86: help with converting


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

A86: help with converting




I have a question with (_penRow) and (_penCol).  When you have this in your
program...

ld a,$0000
ld (_penRow),a

...it will automatically set the penCol as well at 0.  How would I do this so
that the penCol stays as zero and the penRow is 15, 25, 35, etc.

THANX
Dan