Symbols, which are exported using the XDEF.B directive, will be accessed using the direct addressing mode. Symbols which are exported using XDEF are accessed using the extended addressing mode.
XDEF.B DirLabel XDEF ExtLabel ... LDA DirLabel ; Direct addressing mode is used. ... LDA ExtLabel ; Extended addressing mode is used.