6.75.2 Status Register (SREG) and Boolean Formula
I | T | H | S | V | N | Z | C |
– | – | – | – | – | – | – | – |
Example:
mov r16,r0 ; Copy r0 to r16 call check ; Call subroutine ... check: cpi r16,0x11 ; Compare r16 to 0x11 ... ret ; Return from subroutine
- Words
- 1 (2 bytes)
Name | Cycles |
---|---|
AVRe | 1 |
AVRxm | 1 |
AVRxt | 1 |
AVRrc | 1 |