Advertisement
HakdogForce

Untitled

Aug 31st, 2019
462
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. .model small
  2. .code
  3. org 100h
  4. s:
  5. mov ah,2
  6. mov dl, ‘R’
  7. int 21h
  8. mov dl, ‘E’
  9. int 21h
  10. mov dl, ‘D’
  11. int 21h
  12. int 20h
  13. end s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement