Re: A86: 86 interrupts?


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

Re: A86: 86 interrupts?




> 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.

Disable the interrupts and then call _getkey and see what happens.


Follow-Ups: