|
|
|
|
PMBYTEREGS
Declaration
typedef struct {
uchar al;
uchar ah; ushort ax_hi;
uchar bl;
uchar bh; ushort bx_hi;
uchar cl;
uchar ch; ushort cx_hi;
uchar dl;
uchar dh; ushort dx_hi;
} PMBYTEREGS
Prototype In
pmapi.h
Description
Structure describing the 8-bit x86 CPU registers
Members
al |
Value of the AL register |
ah |
Value of the AH register |
bl |
Value of the BL register |
bh |
Value of the BH register |
cl |
Value of the CL register |
ch |
Value of the CH register |
dl |
Value of the DL register |
dh |
Value of the DH register |
Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com