A86: Re: Patch
[Prev][Next][Index][Thread]
A86: Re: Patch
Yes I tried to recreate the ROM's interrupt handler when I could of just
checked the ON key interrupt right there and set the
status.. Duh.. I always do things the hard way.. I seem better at
understanding other peoples code then creating unique (and efficient) code
myself.. I just need more practice programming I guess, that's all.
Later,
Matt
>inthandler:
> ex af, af'
> in a,(3)
> res 0, a
> out (3),a
> jp $0039
>
>Thanx Matt for your great job about the ON
>interrupt.