Wakeup: sleep ; send to sleep nop ; after wakeup rjmp Wakeup
and
Wakeup: sleep ; send to sleep rjmp Wakeup
I mean, when the MCU woke up for some reason, where would the program point to go - to any interrupt vector entry, to the main portion, or to the "Wakeup" signed place in upper 2 codes?