Advertisement
rafid_shad

Micro

Nov 18th, 2019
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.15 KB | None | 0 0
  1. .model small
  2. .stack 100h
  3. .code
  4. main proc
  5.    
  6.    
  7.    
  8.    
  9.    
  10.    
  11.    
  12.     exit:
  13.     mov ah,4ch
  14.     int 21h
  15.     main endp
  16. end main
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement