INT 60 - MDEBUG - POP UP                                                        
	AH = 04h
	DS:SI -> password or a null byte
Return: AX = return code (see #03309)
SeeAlso: AH=03h"MDEBUG",AH=07h"MDEBUG"
                                                                                

INT 60 - SYS_PROF.EXE - CLEAR PROFILING TABLE                                   
	AH = 04h
Note:	SYS_PROF.EXE is the 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. portion of a profiler from Micro Cornucopia
	  Issue 47
SeeAlso: AH=03h"SYS_PROF"