Assembler Macros
The following table shows the assembler macros.
Programming element | Description |
---|---|
ALTERNATE_ENTRY | This macro declares an alternate entry to a routine of type NESTED_ENTRY or LEAF_ENTRY. |
END_REGION | This macro marks the end of a contiguous range of text or data. |
ENTRY_END | This macro ends the current routine specified by NESTED_ENTRY or LEAF_ENTRY. |
EXCEPTION_HANDLER | This macro associates an exception handler Handler with a subsequent NESTED_ENTRY or LEAF_ENTRY routine. |
EXCEPTION_HANDLER_DATA | This macro associates an exception handler Handler and the HandlerData with a subsequent NESTED_ENTRY or LEAF_ENTRY routine. |
LEAF_ENTRY | This macro declares the beginning of a routine that does not require any prolog code. |
NESTED_ENTRY | This macro declares the beginning of a routine that either has an existing frame or creates a stack frame. |
PROLOG_END | This macro marks the end of the prolog area. |
PROLOGUE_END | This macro marks the end of the prolog area for the MIPS microprocessor family. |
START_REGION | This macro marks the beginning of a contiguous range of text or data. |
Last updated on Thursday, April 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.