Share via


SH-4 Assembler Macro Directives (Windows Embedded CE 6.0)

1/5/2010

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

Reference

SH-4 Assembler Directives