Re: A86: Re: Down+Left


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

Re: A86: Re: Down+Left




I was just looking at the rest of the interrupt.  I never realized how
terrifically enormous the rest of the interrupt really is.  But that
doesn't matter too much ... the keypress stuff is near the beginning, so
we can just fix up that part and use jps to let the interrupt finish
itself.

Matt2000 wrote:
> 
> >Maybe we could rewrite the interrupt using that pop hl method.  That
> >could serve as the "patch" people were saying couldn't happen.
> 
> You mean rewrite the keypad handler? Like copy everything from 60h and
> beyond that would normally be executed and put it in our asm routine and put
> it in the user interrupt, and then fix and optimize TI's keypad handling
> routine? So when you call the user interrupt it goes right back to 38h and
> bypasses TI's routines... Wow, interesting idea
> 
> -Matt
> http://www.dogtech.com/cybop/ti86/


References: