Returns: CF NC (this fn always succeeds)
AX size of buffer, in bytes, required to save the state
BX:CX real-mode address of routine to save/restore state
SI:DI (or SI:EDI) protected mode addr of save/restore routine
Info: This is used by applications which perform low-level mode
switching. It obtains the addresses of the DPMI routine which
saves and restores the task state.
AX When you perform the call the "save/restore" state routine, you
will need to supply this much memory (in bytes).
BX:CX this address can be called by real-mode applications to save the
state of a protected-mode task's registers, stack, etc.
SI:(E)DI this address can be called by protected-mode applications to save
the state of a real-mode task's registers, stack, etc.
Both of these routines are accessed via FAR CALL and expect:
AL = requested action: 00H = save the state
ES:(E)DI = address of save/restore buffer