INT 31 - DOS32 v3.0+ - GET DOS32 ADDRESS INFORMATION                            
	AX = EE02h
Return: AX = real-mode segment of temporary 8K buffer (v3.1+)
	EBX = 32bit linear address of the program segment
	EDX = Total size in bytes of the programs .EXE file after linking.
	ESI = offset address of PSPsee Program Segment Prefix
	EDI = offset address of program environment
	ECX = offset address of the program's .EXE ASCIZA NUL-terminated ASCII string.	The ASCIZ string "ABC" consists of the four bytes 41h, 42h, 43h, and 00h.  Unless otherwise specified, maximum lengths given in the interrupt list do not include the terminating NUL. file name and path
SeeAlso: AX=EE00h,AX=EE20h