hey guys, I was wondering if interrupts works with wireless-USB keyboards, I wrote a code thats reads a key and displays it, but its not working, I thought i'd check whether the keyboards is causing the problem or not.
mov ah,06H
mov dl,0ffh
INT 21h
mov ah,06h
mov DL,AL
int 21h
*I'm using MASM615, the code compiles successfully but shows an error when i run it.