Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The latest version of this topic can be found at Microsoft Extensions.
asm-statement*:
__asm assembly-instruction **;**opt
__asm { assembly-instruction-list **};**opt
assembly-instruction-list:
assembly-instruction **;**opt
assembly-instruction ; assembly-instruction-list **;**opt
ms-modifier-list:
ms-modifier ms-modifier-listopt
ms-modifier:
__cdecl
__fastcall
__stdcall
__syscall (reserved for future implementations)
__oldcall (reserved for future implementations)
__unaligned (reserved for future implementations)
based-modifier
based-modifier:
__based ( based-type )
based-type:
name