RE: A86: get_key


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

RE: A86: get_key




What are you talking about?
Of course _getkey pauses.

_getky doesn't pause, maybe that's what you're thinking of.

> 
> >
> >In a message dated 9/13/98 6:06:02 PM Eastern Daylight Time,
> >assets@eden.rutgers.edu writes:
> >
> >> _getkey doesn't pause.  2nd and alpha can be detected with flags.
> >
> >_getkey "Pauses calculator operation until a key is pressed" as said by
> >Assembly Studio 86
> 
> It lied :-)  _getkey doesn't pause.
> 
> If you want to pause _getkey, do this:
> 
> wait:
>  call _getkey
>  jr z,wait
> 
> 


References: