To display the Registers window
Note Register information is available for native-code applications only.
The Registers window displays register contents. If you keep the Registers window open as you step through your program, you can see register values change as your code executes. Values that have changed recently appear in red.
To reduce clutter, the Registers window organizes registers into groups. You can display or hide groups as you see fit.
You can edit the value of a register in the Registers window. If you choose to display the register flags group, you can edit register flags. For Intel x86 processors, you can set the following register flags:
Register Window Flags
Flag | Set Value | |
---|---|---|
Overflow | O = 1 | |
Direction | D = 1 | |
Interrupt | I = 1 | |
Sign | S = 1 | |
Zero | Z = 1 | |
Auxiliary carry | A = 1 | |
Parity | P = 1 | |
Carry | C = 1 |