Re: A86: getkey program
[Prev][Next][Index][Thread]
Re: A86: getkey program
I already thought of that, but he asked for the small font. Is there a rom
call to display a number in the small font? I didn't know of one, that's
why I used that custom one. Second, does _getkey set the zero flag if no
key is pressed?
P.S. Shouldn't that be a call? ;-)
At 04:03 PM 9/5/98 -0400, you wrote:
>
>That's insane! Do this:
>
>wait:
> call _getkey
> jr z,wait
> ld l,a
> xor a
> ld h,a
> jp $4a33
>
--
David Phillips
mailto:electrum@tfs.net
ICQ: 13811951
AOL/AIM: Electrum32
Follow-Ups:
References: