Re: A82: CalcEm


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

Re: A82: CalcEm




inc a is not gonna set the zero flag, so why do you think it would jump?


On Tue, 25 Aug 1998 18:09:05 -0400 "Ahmed El-Helw"
<ahmedre@bellsouth.net> writes:
<snip>
>
>-> The only programming problem I noticed: when using GET_KEY, and a 
>routine
>like this, the keys don't respond:
>
> call GET_KEY
> cp $01
> jp z,Down			;It'll detect this..
> inc a
> jp z,Left			;It won't get this
> inc a
> jp z,Right			;Nor this
> inc a
> jp z,Up			;Nor this..
>
<snip>

_____________________________________________________________________
You don't need to buy Internet access to use free Internet e-mail.
Get completely free e-mail from Juno at http://www.juno.com
Or call Juno at (800) 654-JUNO [654-5866]


Follow-Ups: References: