.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