#define USE_EBX
#define USE_ESI
#define USE_EDI
#include "dpmidefs.h"

	.text

	FUNC()
	ENTER

	DPMI(0x)
	movzwl	%ax,%eax

	LEAVE
