Addressing Modes



Relative Addressing



Relative Branches

0123          BRA 02
0124                   ! offset is specified in this byte
0125          BRA FE   ! infinite loop
0126                   ! offset is specified in this byte
0127 label:   INC      ! target of first branch



Indirect Addressing

       0123          JMP (1000H)
       ...
       1000	      67H
       1001	      45H
This jump transfers execution to the instruction found at location 4567



Indexed Addressing



Value Alignment



6502 Addressing Modes



More 6502 Addressing Modes



6800 and 8085 Addressing Modes



x86 Addressing Modes