1. I/O Registers
1.1. RAMPX, RAMPY, and RAMPZ
Registers concatenated with the X-, Y-, and Z-registers enabling indirect addressing of the whole data
space on MCUs with more than 64KB data space, and constant data fetch on MCUs with more than
64KB program space.
1.2. RAMPD
Register concatenated with the Z-register enabling direct addressing of the whole data space on MCUs
with more than 64KB data space.
1.3. EIND
Register concatenated with the Z-register enabling indirect jump and call to the whole program space on
MCUs with more than 64K words (128KB) program space.
1.4. Stack
STACK Stack for return address and pushed registers
SP Stack Pointer to STACK
1.5. Flags
⇔ Flag affected by instruction
0 Flag cleared by instruction
1 Flag set by instruction
- Flag not affected by instruction
Atmel AVR Instruction Set Manual [OTHER]
Atmel-0856L-AVR-Instruction-Set-Manual_Other-11/2016
13