Skip to content

Instantly share code, notes, and snippets.

@oem
Last active August 29, 2015 13:57
Show Gist options
  • Select an option

  • Save oem/9544777 to your computer and use it in GitHub Desktop.

Select an option

Save oem/9544777 to your computer and use it in GitHub Desktop.
VWAIT proc near
pusha
mov dx, 3DAh
v1:
in al, dx
and al, 008h
jnz v1
v2:
in al, dx
and al, 008h
jz v2
popa
ret
VWAIT endp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment