PMDWORDREGS

Declaration

typedef struct {
    ulong   eax;
    ulong   ebx;
    ulong   ecx;
    ulong   edx;
    ulong   esi;
    ulong   edi;
    ulong   cflag;
    } PMDWORDREGS

Prototype In

pmapi.h

Description

Structure describing the 32-bit extended x86 CPU registers

Members

eax

Value of the EAX register

ebx

Value of the EBX register

ecx

Value of the ECX register

edx

Value of the EDX register

esi

Value of the ESI register

edi

Value of the EDI register

cflag

Value of the carry flag

 

Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com