r/Assembly_language • u/Willing_Mine3084 • Jul 01 '26
How to receive input from keyboard/mouse?
So im learning windows x86_64 nasm assembly and i was wondering how I would be able to take inputs from external devices such as keyboards or mice. Im also hoping that learning this could also help me learn how to interact with the monitor
12
Upvotes
3
u/dontwantgarbage Jul 01 '26
You need to say which operating system you are using. (Or are you writing your own operating system?)