INT 67,46 - Get EMM Version (LIM EMS)

	AH = 46h
	on return:
	AH = 00  success
	   = error code (see EMS STATUS)
	AL = EMM version number in BCD
	- upper four bits of AL contain the BCD major version
	- lower four bits of AL contain the BCD minor version
	- registers not listed are preserved