When I enter a low power mode, I set bits in register SR I understand that this register is pushed on the stack when entering interrupt service routine. How do I change the SR from within the interrupt service routine so that I can exit low power mode when returning from the interrupt? I would like to do it in C without resorting to assembly.
-- Ori Idan
