Re: A86: AAAAAARGH!!!!


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

Re: A86: AAAAAARGH!!!!




In a message dated 11/29/98 9:03:33 AM Pacific Standard Time,
croop@oregontrail.net writes:

<< Just call _getkey;  it waits for the user to
 press something before it continues so you don't need the loop.  It also
 uses low power mode while it waits. >>

I don't really know how to do this... I'm guessing this is what I should do:

AnyKey:
 call _getkey
 cp 0
 jr nz,AnyKey

Is that anywhere near close?

.end