INT 21,62 - Get PSP address (DOS 3.x)

	AH = 62h
	on return:
	BX = segment address of current process
	- this is useful for TSR's to access their own file handles
	- for DOS 2.x use INT 21,51
	- see also  INT 21,50