6.8.2 Status Register (SREG) and Boolean Formula
I | T | H | S | V | N | Z | C |
– | – | – | – | – | – | – | – |
Example:
; Copy bit bst r1,2 ; Store bit 2 of r1 in T bit bld r0,4 ; Load T bit into bit 4 of r0
- Words
- 1 (2 bytes)
Name | Cycles |
---|---|
AVRe | 1 |
AVRxm | 1 |
AVRxt | 1 |
AVRrc | 1 |
I | T | H | S | V | N | Z | C |
– | – | – | – | – | – | – | – |
Example:
; Copy bit bst r1,2 ; Store bit 2 of r1 in T bit bld r0,4 ; Load T bit into bit 4 of r0
Name | Cycles |
---|---|
AVRe | 1 |
AVRxm | 1 |
AVRxt | 1 |
AVRrc | 1 |
The online versions of the documents are provided as a courtesy. Verify all content and data in the device’s PDF documentation found on the device product page.