> I don't know what you want to happen, but it looks like _getkey enables the > interrupts if you call it with the interrupts disabled. Maybe it does. I didn't think TI would be that smart actually, but in any case, my point is that _getkey doesn't work without the interrupts. It's both a call and an interrupt. The interrupt keeps track of the last keypress and the call gets/clears it.