description | title | ms.date | f1_keywords | helpviewer_keywords | ms.assetid | |||
---|---|---|---|---|---|---|---|---|
Learn more about: __nop |
__nop |
09/02/2019 |
|
|
7a2a938b-87e0-476d-a348-03ea7635b6b9 |
Microsoft Specific
Generates platform-specific machine code that performs no operation.
void __nop();
Intrinsic | Architecture |
---|---|
__nop |
x86, ARM, x64, ARM64 |
Header file <intrin.h>
END Microsoft Specific
The __nop
function is equivalent to the NOP
machine instruction. For more information on x86 and x64, search for the document, "Intel Architecture Software Developer's Manual, Volume 2: Instruction Set Reference," at the Intel Corporation site.