How do I get key pressed without INT 16h?
Posted: Sun Aug 13, 2017 7:46 am
Hello.
How do I get key pressed without INT 16h on a keyboard? Do I have to communicate with PS/2 and make a keyboard driver? Anyway, how do you communicate? Can you get input or do you have to read the scan codes?
Do I need to know if 0x1E (A) is pressed for example? Do I do something with the or instructions?
Yes, I've checked out the PS2_Keyboard page.
I might just experiment.
Any help would be appreciated.
Thanks
Steve.
@Geri I don't accept answers from you. Sorry.
How do I get key pressed without INT 16h on a keyboard? Do I have to communicate with PS/2 and make a keyboard driver? Anyway, how do you communicate? Can you get input or do you have to read the scan codes?
Do I need to know if 0x1E (A) is pressed for example? Do I do something with the
Code: Select all
in
Code: Select all
out
Yes, I've checked out the PS2_Keyboard page.
I might just experiment.
Any help would be appreciated.
Thanks
Steve.
@Geri I don't accept answers from you. Sorry.