INT 16 - TurboPower TSRs - ALTERNATE INSTALLATION CHECK                         
	AX = E0E0h
Return: AX = 1F1Fh if installed
	    DWORDDoubleword; four bytes.	 Commonly used to hold a 32-bit segment:offset or selector:offset address. 0040h:00F0h -> last data block in TSR(Terminate and Stay Resident) A program which remains in memory after terminating in order to provide services to other programs or the user.  The name comes from the name of the DOS function call used to remain in memory after termination. list (see #00615)
Note:	the returned TSR(Terminate and Stay Resident) A program which remains in memory after terminating in order to provide services to other programs or the user.  The name comes from the name of the DOS function call used to remain in memory after termination. list provides support for communication among TSRs
	  built with TurboPower's Turbo Professional and Object Professional
	  libraries for Turbo Pascal
SeeAlso: AX=F0F0h