.public -- makes a symbol available to other modules
Syntax
.publicsymbol [,symbol...]
Description
This directive specifies which symbols to make available to
other modules. In the other module, a .extrn directive is used. A symbol may be
any value defined in this module. Local symbols (symbols which
start with $) may not be used with .public.