Crossware

Table of Contents        Previous topic       Next topic       

ASSEMBLER DIRECTIVES->Other Assembler Directives->PUBLIC

PUBLIC               Define Public Symbols


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

Format:

          PUBLIC              <comma separated list of symbol names>