HyperPlatform Programmer's Reference
Public Attributes | List of all members
GpRegistersX86 Struct 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
 

Detailed Description

Represents a stack layout after PUSHAD.

Definition at line 92 of file ia32_type.h.

Member Data Documentation

◆ ax

ULONG_PTR GpRegistersX86::ax

Definition at line 100 of file ia32_type.h.

◆ bp

ULONG_PTR GpRegistersX86::bp

Definition at line 95 of file ia32_type.h.

◆ bx

ULONG_PTR GpRegistersX86::bx

Definition at line 97 of file ia32_type.h.

◆ cx

ULONG_PTR GpRegistersX86::cx

Definition at line 99 of file ia32_type.h.

◆ di

ULONG_PTR GpRegistersX86::di

Definition at line 93 of file ia32_type.h.

◆ dx

ULONG_PTR GpRegistersX86::dx

Definition at line 98 of file ia32_type.h.

◆ si

ULONG_PTR GpRegistersX86::si

Definition at line 94 of file ia32_type.h.

◆ sp

ULONG_PTR GpRegistersX86::sp

Definition at line 96 of file ia32_type.h.


The documentation for this struct was generated from the following file: