6.88.2 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
...
pop r14 ; Restore r14
ret ; Return from subroutine
- Words
- 1 (2 bytes)
Note:
- Cycle times for data memory access assume internal RAM access and are not valid for accessing external RAM.
