Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 606 Bytes

public-masm.md

File metadata and controls

24 lines (17 loc) · 606 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: PUBLIC
PUBLIC (MASM)
12/16/2019
public
PUBLIC directive
56e15a68-8a35-4bdd-b1ec-a38cbbf1c582

PUBLIC

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

Syntax

PUBLIClanguage-typename,language-typename ...⟧

Remarks

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

See also

Directives reference
MASM BNF Grammar