Koshka
October 15th, 2008, 08:41 PM
I am trying to make a program with the mouse, the thing is on my computer, the mouse shows up but it doesnt move, ive tried the same code on another computer and it works fine, anyone know what may cause this to happen?
the initializing code is:
init_mouse:
mov ax, 0
mov bx, 2
int 33h
ret
turnon_mouse:
mov ax, 1
int 33h
ret
the initializing code is:
init_mouse:
mov ax, 0
mov bx, 2
int 33h
ret
turnon_mouse:
mov ax, 1
int 33h
ret