[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Int 21 Fn 2528  P - Phar Lap 386/dos-extender Vmm - Read Registers After   [E]

   AX = 2528h
   DS:EBX -> buffer for registers (see below)

Return: CF clear if successful
       DS:EBX buffer filled
   CF set on error
       EAX = error code
       83h interrupt state save not enabled
       84h no active interrupt

See Also: AX=2527h

Format of buffer for registers:
Offset Size    Description
 00h  8 BYTEs  unused
 08h  4    DWORDs  EAX,EBX,ECX,EDX
 18h  4 DWORDs ESI,EDI,EBP,ESP
 28h  6 WORDs  CS,DS,SS,ES,FS,GS
 34h   DWORD   EIP
 38h   DWORD   EFLAGS

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson