แก้ไข

PUBLIC

Makes each variable, label, or absolute symbol specified as name available to all other modules in the program.

Syntax

PUBLIC ⟦language-type⟧ name ⟦, ⟦language-type⟧ name ...⟧

Remarks

The language-type argument is valid in 32-bit MASM only.

See also

Directives reference
MASM BNF Grammar