Hca.geocities.com/JLABELLE@rogers.com/nsasm/docs/r2377.htmlca.geocities.com/JLABELLE_rogers.com/nsasm/docs/r2377.htmldelayedx9nJ OKtext/htmlPS' b.HTue, 07 Dec 2004 00:52:08 GMTBMozilla/4.5 (compatible; HTTrack 3.0x; Windows 98)en, *9nJ .public

.public

Name

.public --  makes a symbol available to other modules

Syntax

.public symbol [,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.

Example

		.public DOG
	DOG:	.dw 2