6.86.2 Status Register (SREG) and Boolean Formula

ITHSVNZC

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)
Table 6-86. Cycles
NameCycles
AVRe2
AVRxm1(1)
AVRxt1
AVRrc1
Note:
  1. Cycle times for data memory access assume internal RAM access and are not valid for accessing external RAM.