Re: A86: Port 7
[Prev][Next][Index][Thread]
Re: A86: Port 7
Stein Sem-Jacobsen wrote:
>
> >> jp Key ;
> >>:
> >>Right:
> >
> >
> >
> >This probably isn't the problem, but is that line after the Key loop
> >(':' instead of ';') allowable?
> >
>
> That didn't work. Instead I changed the _getkey (in ti86asm.inc 55AAh)
> routine to
> the GET_KEY (in asm86.h $5371) Then everything worked like expected. I don't
> see
> why it was like that though. Now it doesn't freeze any more either.
the reason y it did that is because the _getkey does nop until a key is
pressed :)
References: