Category: serial I/O

INT 14 - FOSSIL - REMOVE AN EXTERNAL APPLICATION FUNCTION

	AH = 7Fh
	AL = code assigned to external application
	ES:DX -> entry point
Return: AX = 1954h
	BL = code assigned to application (same as input AL)
	DH = status
	    00h failed
	    01h successful
SeeAlso: AH=7Eh