;--------------------------------------------------------------------- ;Kbhit Macro: ; Description: ; Wait For a Keystroke ;--------------------------------------------------------------------- Kbhit macro mov ah,00 int 16h endm