6.87.2 Status Register (SREG) and Boolean Formula

ITHSVNZC

Example:

      rcall routine  ; Call subroutine
      ...
routine: 
      push  r14      ; Save r14 on the Stack
      ...
      pop   r14      ; Restore r14
      ret            ; Return from subroutine
Words
1 (2 bytes)
Table 6-87. Cycles
NameCycles
9/16-bit PC22-bit PC
AVRe3(1)4(1)
AVRxm2(1)3(1)
AVRxt23
AVRrc3N/A
Note:
  1. Cycle times for data memory access assume internal RAM access and are not valid for accessing external RAM.