Int 21/AH=62h

Prev Next Ralf Interrups Categories Contents

------

DOS 3.0+ - GET CURRENT PSP ADDRESS

AH = 62h

Return:
BX = segment of PSP for current process

Notes: This function does not use any of the DOS-internal stacks and may thus be called at any time, even during another INT 21h call. The current PSP is not necessarily the caller's PSP. Identical to the undocumented AH=51h

See Also: AH=50h - AH=51h

Category: DOS Kernel - Int 21h - D

------

Prev Next Ralf Interrups Categories Contents