.EM     End Macro definition

Syntax:

        .EM

See also:

Macros .DO .EL .FI .MA .XM

Function:

This directive ends a Macro definition that was started by the .MA directive unconditionally.
Macro operation is explained in more detail in a separate chapter.

Boundary Sync:

In Version 3 of the SB-Assembler this directive will perform a boundary sync.

Explanation:

The label field of the source line containing the .EM directive should be empty. It is not possible to define a label on the same line.
Everything on the source line following the .EM directive will be ignored.

In Version 3 the user is warned in pass 2 if an orphaned .EM directive is found. An orphaned .EM is one which does not have matching .MA directive.