6.118.2 Status Register (SREG) and Boolean Formula
| I | T | H | S | V | N | Z | C |
| – | – | – | – | – | – | – | – |
Example:
lds r16,0x00 ; Load r16 with the contents of data space location 0x00
add r16,r17 ; add r17 to r16
sts 0x00,r16 ; Write result to the same address it was fetched from
- Words
- 1 (2 bytes)
| Name | Cycles |
|---|---|
| AVRe | N/A |
| AVRxm | N/A |
| AVRxt | N/A |
| AVRrc | 1 |
Note: Registers r0...r15 are remapped to
r16...r31.
