Im coding a little game with keyboard strokes 'a' and 's', i dont wanna have a wait in my loop, so i tried int 16h, ah=01h. when i press key 'a' it acts as if key was stuck, how to empty/flush buffer after key is pressed ?
mov ah,01h
int 16h
Thanks for help