__nop
Microsoft Specific
This topic is new for Visual Studio 2005 SP1.
Generates platform-specific machine code that performs no operation.
void __nop();
Requirements
Intrinsic |
Architecture |
---|---|
__nop |
x86, x64 |
Header file <intrin.h>
Remarks
The __nop function is equivalent to the NOP machine instruction. For more information, search for the document, "Intel Architecture Software Developer's Manual, Volume 2: Instruction Set Reference," at the Intel Corporation site.