Sets the position of the mouse pointer. The pointer is displayed at the new position unless it has been hidden with Int 33H Function 02H, or the new position lies within an exclusion area defined with Int 33H Function 10H.
Call with:
AX = 0004H
CX = horizontal (X) coordinate
DX = vertical (Y) coordinate
Returns:
Nothing
Notes:
Coordinates are specified in pixels regardless of the current display mode. Position (x,y) = (0,0) is the upper left corner of the screen.
The position is adjusted if necessary to lie within the horizontal and vertical limits specified with a previous call to Int 33H Functions 07H and 08H.