Last active
August 29, 2015 13:57
-
-
Save oem/9544777 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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