Advertisement
Guest User

Untitled

a guest
May 24th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. a 100
  2. mov ah,00
  3. mov al,10
  4. int 10
  5. mov ah,0b
  6. mov bh,0
  7. mov bl,0
  8. int 10
  9. mov cx,140
  10. mov dx,0
  11. mov ah,0c
  12. mov al,2
  13. cmp cx,00AF ; <3>
  14. JLE <1> ; 0120
  15. JG <2> ; 0125
  16. int 10 ; <1>
  17. inc cx
  18. jmp <3> ; 0118
  19. cmp dx,0280 ; <2>
  20. JLE <4> ; 012D
  21. JG <5> ; 0133
  22. mov cx,140 ; <4>
  23. inc dx
  24. jmp <1> ; 0120
  25. mov ah,01 ; <5>
  26. int 21
  27. mov ah,00
  28. mov al,02
  29. int 10
  30. int 20
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement