Re: A86: 86 interrupts?
[Prev][Next][Index][Thread]
Re: A86: 86 interrupts?
Bryan Rittmeyer wrote:
> Joshua Grams wrote:
> > >Not quite, disabling interrupts doesn't disable _getkey. In an asm prog,
> > >_getkey isn't called unless you call it._getkey is a call, not an interrupt.
> > >
> > But disabling interrupts would stop _getkey being called unless you called
> > it in your program, wouldn't it? In that case, disabling interrupts should
> > fix Bryan's problem. Along with not calling _getkey while using the linkport.
>
> But why would _getkey be called in an interrupt?
>
> Bryan
It's not. Disabling interrupts doesn't fix your problem (I just tested it). You
might want to consider using the ports to check for keypresses.
References: