Advertisement
Rapptz

Untitled

Mar 12th, 2013
361
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. .LC0:
  2.     .string "The quick brown fox jumps over the lazy dog."
  3. main:
  4.     push    rbp
  5.     mov rbp, rsp
  6.     sub rsp, 16
  7.     mov DWORD PTR [rbp-4], 0
  8.     jmp .L2
  9. .L3:
  10.     mov edi, OFFSET FLAT:.LC0
  11.     call    foo(char const*)
  12.     add DWORD PTR [rbp-4], 1
  13. .L2:
  14.     cmp DWORD PTR [rbp-4], 10
  15.     setne   al
  16.     test    al, al
  17.     jne .L3
  18.     mov eax, 0
  19.     leave
  20.     ret
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement