Advertisement
Guest User

Untitled

a guest
Nov 29th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. use16              
  2. org 100h            
  3.  
  4.     mov dx,hello    
  5.     mov ah,9        
  6.     int 21h        
  7.  
  8.     mov ax,4C00h    
  9.     int 21h         ;
  10.  
  11. hello db 'Хааай кста$'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement