.mloc

Name

.mloc --  declares a lable local to a macro definition

Syntax

.mloc symbol [,symbol...]

Description

When a label is defined within a macro, a duplicate definition results with the second and each subsequent call of the macro. This problem can be avoided by using the .mloc directive to declare labels local to the macro definition.

Example

Refer to the Section called macro local symbols in Chapter 6 for an example of the .mloc directive.