Relative Program Addressing, RJMP and RCALL
Figure 19. Relative Program Memory Addressing
ATmega161(L)
PROGRAM MEMORY
$000
$1FFF
Program execution continues at address PC + k + 1. The relative address k is -2048 to 2047.
Direct Program Addressing, JMP and CALL
Figure 20. Direct Program Addressing
31
21 20
16
OP
16 LSBs
15
0
PROGRAM MEMORY
$0000
Program execution continues at the address immediate in the instruction words.
$1FFF
17