Addressing Modes



Relative Addressing



Relative Branches

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



Indirect Addressing

0123          JMP (1000)



Indexed Addressing

LDAB 19,X



6502 Addressing Modes



More 6502 Addressing Modes



6800 and 8085 Addressing Modes



x86 Addressing Modes