Skip to content

Instantly share code, notes, and snippets.

@ramntry
Created May 22, 2014 17:17
Show Gist options
  • Save ramntry/294da9a1207adfc478fc to your computer and use it in GitHub Desktop.
Save ramntry/294da9a1207adfc478fc to your computer and use it in GitHub Desktop.
model tiny
.code
org 100h
_: xor ah,ah
int 0F1h
mov ah,1
int 0F1h
mov ah,2
int 0F1h
ret
end _
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment