INT 7F - Alloy MW386 - VERIFY USER PASSWORD                                     
	AH = A4h
	DS:DX -> 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. password (null-padded to 16 bytes)
Return: AL = status
	    00h	 accepted
	    else invalid password