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 |
|
Defines a macro. |
.ENDM |
|
Indicates the end of a macro definition. |
.EXITM |
|
Terminates macro expansion. |