Restrictions to MIPS __asm Statements
The string specified in the __asm statement can be any valid assembly code accepted by the stand-alone assembler. You can use any of the pseudo-ops supported, as long as you do not use pseudo-ops to define separate procedures or functions. To create complete assembly-language procedures, use the stand-alone assembler, as explained in Stand-alone MIPS Assembler.
See Also
The _asm Keyword in MIPS Inline Assembly | MIPS __asm Statement Registers | C or C++ References in MIPS Inline Assembly
© 1992-2003 Microsoft Corporation. All rights reserved.