Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 928 Bytes

readeflags.md

File metadata and controls

43 lines (29 loc) · 928 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: __readeflags
__readeflags
09/02/2019
__readeflags
__readeflags intrinsic
f9d2f4d8-c428-491f-b8de-04d0566b2b6b

__readeflags

Microsoft Specific

Reads the program status and control (EFLAGS) register.

Syntax

unsigned     int __readeflags(void); /* x86 */
unsigned __int64 __readeflags(void); /* x64 */

Return value

The value of the EFLAGS register. The return value is 32 bits long on a 32-bit platform, and 64 bits long on a 64-bit platform.

Remarks

These routines are available only as intrinsics.

Requirements

Intrinsic Architecture
__readeflags x86, x64

Header file <intrin.h>

END Microsoft Specific

See also

Compiler intrinsics
__writeeflags