SH-4 Assembler Macro Directives (Windows CE 5.0)

Send Feedback

The assembler provides the following macro function directives

Directive Syntax Description
.MACRO
.MACRO <macro name>[ <formal parameter>[=<default>] [,<formal parameter>...]]
Defines a macro.
.ENDM
ENDM
Indicates the end of a macro definition.
.EXITM
.EXITM
Terminates macro expansion.

See Also

SH-4 Assembler Directives

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.