Previous: DPMI Unit Types To the Table of Content Next: TDescriptor type

- 4.28.1.1 -
Standard Units
DPMI Unit
DPMI Unit Types

TRmRegs type

Targets: MS-DOS only


DPMI Unit

Declaration:
type
   TRmRegs = record
    case integer of 
      1: (edi,esi,ebp,_res,ebx,edx,ecx,eax: Longint;
          flags,es,ds,fs,gs,ip,cs,sp,ss: Word);
      2: (_dmy2: array [0..15] of byte);
      3: (di,i1,si,i2,bp,i3,i4,i5,bx,b3,dx,d3,cx,c3,ax: Word);
end;



Previous: DPMI Unit Types To the Table of Content Next: TDescriptor type
DPMI Unit Types Table of Content TDescriptor type

- 4.28.1.1 -