Re: A86: Re: Re: programming question


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

Re: A86: Re: Re: programming question



caymran wrote:
> 
> do this after displaying
> 
> key:
>     call _getkey
>     cp enter
>     jp z,next
thats just wasted code if 'next' is right after it
>     jp nz,key
> 
> next:
> (code for game goes here)


References: