CPU Stack pane
Go Up to CPU Windows Index
View > Debug Windows > CPU Windows > Stack
Displays the raw values contained in the program stack. The pane has three sections: 
- Memory addresses
- Current values on the stack
- ASCII representation of the stack values
An arrow ( ) indicates the value at the top of the call stack.
) indicates the value at the top of the call stack.
The CPU Stack pane is located at the lower right when the Entire CPU view is displayed (View > Debug Windows > CPU Windows > Entire CPU).
| Item | Description | 
|---|---|
| Goto Address | Displays the Enter Address to Position to dialog box, where you can enter a symbol. | 
| Top of Stack | Positions the CPU Stack pane at the address of the stack pointer (the address held in the ESP register). | 
| Follow | Lets you choose among the following commands: 
 Only the Offset to Stack command is available in the standalone CPU Stack window. When the Entire CPU view is open, all the Follow subcommands are available. | 
| Change | Lets you modify the bytes located at the current cursor location and prompts you for an item of the current display type. | 
| Previous | Restores the CPU window to the display it had before the last Follow command. | 
| Display As | Formats the data listed in the CPU Stack pane. Choose from the following formats: 
 | 
| Copy | Copies the selected data to the clipboard. | 
| View FPU | Displays the FPU view, which displays the floating-point registers, MMX registers, and SSE registers. |