ivatanako 1 Junior Poster

Can I move the mouse pointer using the arrow keys with assembly? Is it possible? And if it is, can someone give a code or a snippet? I really have no clue. I know that

mov ax, 1
int 33h

But how can I move it using the arrow keys?