Skip to content

Instantly share code, notes, and snippets.

@tuttlem
Created November 29, 2012 13:03
Show Gist options
  • Save tuttlem/4168905 to your computer and use it in GitHub Desktop.
Save tuttlem/4168905 to your computer and use it in GitHub Desktop.
modex - outp
outp MACRO port, value
mov dx, port
mov al, value
out dx, al
ENDM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment