Indirect program addressing, ijmp and icall, Relative program addressing, rjmp and rcall – Rainbow Electronics AT90S2313 User Manual

Page 13

Advertising
background image

13

AT90S2313

0839I–AVR–06/02

Indirect Program Addressing,
IJMP and ICALL

Figure 18. Indirect Program Memory Addressing

Program execution continues at address contained by the Z-register (i.e., the PC is
loaded with the contents of the Z-register).

Relative Program Addressing,
RJMP and RCALL

Figure 19. Relative Program Memory Addressing

Program execution continues at address PC + k + 1. The relative address k is -2048 to
2047.

Advertising