Registers Window (Intel x86 Processor Flags) 

This topic applies to:

Visual Studio Edition

Visual Basic

C#

C++

J#

Express

No

No

Yes

No

Standard

Hidden

Yes

Yes

Yes

Pro/Team

Hidden

Hidden

Yes

Yes

The Registers window is available only if address-level debugging is enabled the Options dialog box, Debugging node, General category.

You can edit the value of a register flags in the Registers window. For more information, see How to: Edit a Register Value.

For Intel x86 processors, you can set the following register flags:

Flag Set value

Overflow

OV = 1

Direction

UP = 1

Interrupt

EI = 1

Sign

PL = 1

Zero

ZR = 1

Auxiliary carry

AC = 1

Parity

PE = 1

Carry

CY = 1

See Also

Tasks

How to: Use the Registers Window