Get State Save/Restore Addresses [0.9]

Returns the addresses of two procedures used to save and restore the state of the current task's registers in the mode which is not currently executing.

Call With

AX = 0305H

Returns

Carry flag = clear (this function always succeeds)
AX = size of buffer in bytes required to save state
BX:CX = real mode address of routine used to save/restore state
SI:(E)DI = protected mode address of routine used to save/restore state

Notes