SHASM Macro Directives
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. |
See Also
SHASM Macro Definition | Macro Generation Numbers | SHx Series Assembler Directives | SHASM Section and Location Directives | SHASM Symbol Handling Directives | SHASM Data and Data Area Directives | SHASM Function-Definition Directives | SHASM Debug Information Directives | SHASM Listing Directives | SHASM Miscellaneous Directives | SHASM Conditional Assembly Directives
Last updated on Thursday, April 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.