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