[A83] Re: APD in getk loop


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

[A83] Re: APD in getk loop




To my knowledge you can't.  However you have two options.  Either use the
getkey command instead (but I assume that you'd prefer to use getk for some
reason) or you could write your own routine that decrements a particular
variable and turns off the screen when it reaches 0 (perhaps you could even
find where the OS does this itself and call that location instead).

M@

----- Original Message -----
From: "TypeR unknown" <typerfuture@hotmail.com>
To: <assembly-83@lists.ticalc.org>
Sent: Wednesday, February 06, 2002 3:41 AM
Subject: [A83] APD in getk loop


>
>
> Can somebody tell me how I can use the Automatic Power Down in a Getk
loop?
>
> This loop currently looks like this;
>
> loop:
>    call _getk
>    or a
>    jr z,label
>
>
> Somehow the APD must be running during this loop.
>
> Thanks, Hasan Guduk
>
>
>
>
>
> _________________________________________________________________
> Send and receive Hotmail on your mobile device: http://mobile.msn.com
>
>




References: