Who can explain about ps2 mouse .Not about int 33h.

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
HARD__MAN

Who can explain about ps2 mouse .Not about int 33h.

Post by HARD__MAN »

Then I thirst time in nasm write that:
mov ax,0h
int 33h
mov ax,1
int 33h

it doesn't work .
can you explain how write ps2 mouse driver or where i can find toturials about that
[email protected]
carbonBased

RE:Who can explain about ps2 mouse .Not about int 33h.

Post by carbonBased »

Check out:
http://www.hut.fi/~then/mytexts/mouse.html

Lots of good info on many different mice.
The top link to gmouse.doc (from x2.oulu.fi is got more programming info as well)

Jeff
HARD__MAN

RE:Who can explain about ps2 mouse .Not about int 33h.

Post by HARD__MAN »

Thanks jeff
Post Reply