Share via


SHx Inline Assembly Parameters

The syntax of the __asm intrinsic call is:

__asm(string[,expression...]);

You can pass parameters to an __asm intrinsic call using the list of expressions. The compiler processes the expression lists in exactly the same way as if they were being passed to a standard C/C++ variable arguments function call. The compiler treats the first expression in the expression list as the first argument.

See Also

Elements of the SHx __asm Block | The __asm Keyword in SHx Inline Assembly | __asm Restrictions in SHx Inline Assembly | Constants in SHx Inline Assembly | Symbols and Labels in SHx Inline Assembly | SH-4 Mode Bits | Branching in SHx Inline Assembly | Integer and Non-scalar Parameters | Floating-point and Double Parameters

 Last updated on Thursday, April 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.