Extended Addressing Modes (EXT1, EXT2, EXT3, EXT24)

A 14-bit, 18-bit, or 24-bit address of the operand is provided in the instruction. In the case of 14-bit EXT1 and 18-bit EXT2 addressing modes, the supplied address is zero-extended to 24-bits to form the address of the operand.

Listing: Extended Addressing Modes

Main: LD X,8388000
      BHS label1