INT 33,4 - Set Mouse Cursor Position



	AX = 4
	CX = horizontal position
	DX = vertical position


	returns nothing


	- default cursor position is at the screen center
	- the position must be within the range of the current video mode
	- the position may be rounded to fit screen mode resolution