Crossware

Table of Contents        Previous topic       Next topic       

ASSEMBLER DIRECTIVES->Other Assembler Directives->XDEF

XDEF    Define external symbols

The XDEF directive specifies which symbols defined in the module being assembled should be accessible to other modules.  Symbols that are not external are local to the module being assembled.


Format:

    XDEF    <comma separated list of symbol names>