en:docs:dos:api:int21:62

Note: This API call is for DOS and Win16 personality only. Use Family API for portability.

2018/09/07 05:04 · prokushev · 0 Comments

Int 21H, AH=62H

Version

3 and higher

Brief

GET CURRENT PSP ADDRESS

Family API

Input

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

Note

2018/09/04 17:23 · prokushev · 0 Comments