A86: Re: User interrupt


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

A86: Re: User interrupt




Always nice to hear that ;)

It will make my code a lot simpler to 
read though..

\Thomas

>
>
>There's a flag you can check to see if an asm program is running:
>
> bit ProgramExecuting,(iy+NewDispf)
>
>or
>
> bit 6,(iy+$17)
>