HELPLIB.HLB  —  MACRO  /ALPHA  Directives  .MEXIT  Description
    .MEXIT terminates a macro expansion before the end of the macro.
    Termination is the same as if .ENDM were encountered. You can
    also use the directive within repeat blocks. .MEXIT is useful
    in conditional expansion of macros and repeat blocks because it
    bypasses the complexities of nested conditional directives and
    alternate assembly paths.
Close Help