Re: A86: 86 interrupts?


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

Re: A86: 86 interrupts?




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


Follow-Ups: References: