Guest User

Untitled

a guest
May 25th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. org 0
  2.  
  3. use16
  4.  
  5. mov ah, 0
  6. int 0x16
  7. jmp past
  8. fill: times 1024 db 5
  9. past:
  10. mov ah, 0xe
  11. mov al, 'Y'
  12. int 0x10
  13. mov ah, 0
  14. int 0x16
  15.  
  16. cli
  17. hlt
Add Comment
Please, Sign In to add comment