Question:

Keyboard operations assembly(low level keys)

by  |  earlier

0 LIKES UnLike

guys help me.

I need to create a program that will indicate witch keys you are pressing, for example If I press (ctrl) (A) It will show a certain string witch says "You just pressed control A". in other words I need the codes to manipulate the shift, control, alt keys etc....and its got to be in 8086 guys...Thanks!

 Tags:

   Report

1 ANSWERS


  1. wonderful...

    how many people still program hw this way? i suggest you to learn something about all dos programs and the interupt and function you can access via "int x" instruction.

    doing so you can not be sure it will work properly if the running environment is say windows or linux.

    you *can* access windows api from assembly too (windows if window is what you run).

    anyway take a look at

    http://en.wikipedia.org/wiki/BIOS_call

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.