Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 1.18 KB

nop.md

File metadata and controls

45 lines (36 loc) · 1.18 KB
title ms.custom ms.date ms.reviewer ms.suite ms.technology ms.tgt_pltfrm ms.topic f1_keywords dev_langs helpviewer_keywords ms.assetid caps.latest.revision author ms.author manager
__nop | Microsoft Docs
11/04/2016
cpp-tools
article
__nop
C++
nop instruction
__nop intrinsic
7a2a938b-87e0-476d-a348-03ea7635b6b9
5
corob-msft
corob
ghogen

__nop

Microsoft Specific

Generates platform-specific machine code that performs no operation.

Syntax

void __nop();  

Requirements

Intrinsic Architecture
__nop x86, [!INCLUDEvcprx64]

Header file <intrin.h>

END Microsoft Specific

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.

See Also

Compiler Intrinsics
__noop