Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. mov al, 90
  2. mov word [esp+4], word [al]
  3. lea eax, [esp+4]
  4. mov [esp], eax
  5.  
  6.  
  7. repeat 26
  8. mov byte [esp+4], byte [al]
  9. call [printf]
  10. dec byte al
  11. end repeat
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement