6.117.2 Status Register (SREG) and Boolean Formula

ITHSVNZC

Example:

      lds   r2,0xFF00    ; Load r2 with the contents of data space location 0xFF00
      add   r2,r1        ; add r1 to r2
      sts   0xFF00,r2    ; Write back
Words
2 (4 bytes)
Table 6-117. Cycles
NameCycles
AVRe2(1)
AVRxm2(1)
AVRxt2(2)
AVRrcN/A
Note:
  1. Cycle times for data memory access assume internal RAM access and are not valid for accessing external RAM.
  2. Cycle time for data memory access assumes internal RAM access, and are not valid for access to NVM. A minimum of one extra cycle must be added when accessing NVM. The additional time varies dependent on the NVM module implementation. See the NVMCTRL section in the specific devices data sheet for more information.