Atmel AVR AT90S2313 Manual page 13

8-bit avr microcontroller with 2k bytes of in-system programmable flash
Hide thumbs Also See for AVR AT90S2313:
Table of Contents

Advertisement

Data Indirect with Pre-
decrement
Data Indirect with Post-
increment
Constant Addressing Using
the LPM Instruction
0839G–08/01
Figure 15. Data Indirect Addressing with Pre-decrement
The X-, Y- or Z-register is decremented before the operation. Operand address is the
decremented contents of the X-, Y- or Z-register.
Figure 16. Data Indirect Addressing with Post-increment
The X-, Y- or Z-register is incremented after the operation. Operand address is the con-
tents of the X-, Y- or Z-register prior to incrementing.
Figure 17. Code Memory Constant Addressing
Constant byte address is specified by the Z-register contents. The 15 MSBs select word
address (0 - 1K), the LSB selects low byte if cleared (LSB = 0) or high byte if set (LSB =
1).
AT90S2313
13

Advertisement

Table of Contents
loading

Table of Contents