Guest User

Untitled

a guest
Apr 17th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. a 100
  2. mov ah,1
  3. int 21h
  4. sub al,30
  5. mov cl,4
  6. shl al,cl
  7. mov bl,al
  8. int 21h
  9. sub al,30
  10. or bl,al
  11. mov ah,2
  12. mov dl,bl
  13. int 21
  14. int 3
Add Comment
Please, Sign In to add comment