Guest User

Untitled

a guest
Jul 21st, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. use16
  2. org 100h
  3. mov ax, 0B800h
  4. mov es, ax
  5. mov di, 0h
  6.  
  7. mov ah, 31
  8. mov al, 1
  9. mov [es:di], ax
  10.  
  11. mov ah, 10h
  12. int 16h
  13.  
  14. int 20h
Add Comment
Please, Sign In to add comment