HyperPlatform Programmer's Reference
|
Represents a stack layout after PUSHAD. More...
#include <ia32_type.h>
Public Attributes | |
ULONG_PTR | di |
ULONG_PTR | si |
ULONG_PTR | bp |
ULONG_PTR | sp |
ULONG_PTR | bx |
ULONG_PTR | dx |
ULONG_PTR | cx |
ULONG_PTR | ax |
Represents a stack layout after PUSHAD.
Definition at line 92 of file ia32_type.h.
ULONG_PTR GpRegistersX86::ax |
Definition at line 100 of file ia32_type.h.
ULONG_PTR GpRegistersX86::bp |
Definition at line 95 of file ia32_type.h.
ULONG_PTR GpRegistersX86::bx |
Definition at line 97 of file ia32_type.h.
ULONG_PTR GpRegistersX86::cx |
Definition at line 99 of file ia32_type.h.
ULONG_PTR GpRegistersX86::di |
Definition at line 93 of file ia32_type.h.
ULONG_PTR GpRegistersX86::dx |
Definition at line 98 of file ia32_type.h.
ULONG_PTR GpRegistersX86::si |
Definition at line 94 of file ia32_type.h.
ULONG_PTR GpRegistersX86::sp |
Definition at line 96 of file ia32_type.h.