How can I detect that the left or right keys have been pressed?
here is a program that will tell you what codes are generated by different keys
http://www.masm32.com/board/index.php?action=dlattach;topic=12412.0;id=6774
that program uses int 21h, but it can also be done using int 16h
Ok, thanks for your reply.