4.28.1. DPMI Unit Types | Table of Contents | 4.28.1.2. TDescriptor type |
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;
4.28.1. DPMI Unit Types | Table of Contents | 4.28.1.2. TDescriptor type |