MIPS Assembler Macros (Windows Embedded CE 6.0)
1/5/2010
Assembler-level macros isolate the programmer from the details of assembler directives.
The following table shows the macros defined for MIPS microprocessors, which are defined in Kxmips.h.
Macro | Description |
---|---|
Declares an alternate entry to a routine |
|
Associates a named exception handler with the subsequent NESTED_ENTRY |
|
Declares the beginning of a routine that does not require any prolog code |
|
Declares the beginning of a routine that has an existing stack frame or creates a new stack frame |
|
Marks the end of the prolog area |