Re: A86: 86 interrupts?
[Prev][Next][Index][Thread]
Re: A86: 86 interrupts?
At 12:19 PM 7/7/98 -0600, you wrote:
>
>> Second, you may be right about it being
>> _getkey. I truthfully have no clue what routine it is. But if
>> it is _getkey, then _getkey happens to be the linkport
>> interrupt he was looking for. I didn't say there was a
>> separate linkport interrupt. I just said there was one.
>
>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.
--Joshua
Follow-Ups:
References: