Status Register (SREG) and Boolean Formula

I T H S V N Z C

Example:

 call routine ; Call subroutine
 ...
routine: push r14 ; Save r14 on the Stack
 push r13 ; Save r13 on the Stack
 ...
 pop r13 ; Restore r13
 pop r14 ; Restore r14
 ret ; Return from subroutine
Words
1 (2 bytes)
Cycles
2
Cycles XMEGA
1