Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. .text:004015CE                 mov     [esp+10h+var_C], 0
  2. .text:004015D6                 mov     [esp+10h+var_10], offset aD ; "%d\n"
  3. .text:004015DD                 call    printf
  4. .text:004015E2                 mov     [esp+10h+var_C], 1
  5. .text:004015EA                 mov     [esp+10h+var_10], offset aD ; "%d\n"
  6. .text:004015F1                 call    printf
  7. .text:004015F6                 mov     [esp+10h+var_C], 2
  8. .text:004015FE                 mov     [esp+10h+var_10], offset aD ; "%d\n"
  9. .text:00401605                 call    printf
  10. .text:0040160A                 mov     [esp+10h+var_C], 3
  11. .text:00401612                 mov     [esp+10h+var_10], offset aD ; "%d\n"
  12. .text:00401619                 call    printf
  13. .text:0040161E                 mov     [esp+10h+var_C], 4
  14. .text:00401626                 mov     [esp+10h+var_10], offset aD ; "%d\n"
  15. .text:0040162D                 call    printf
  16. .text:00401632                 mov     [esp+10h+var_C], 5
  17. .text:0040163A                 mov     [esp+10h+var_10], offset aD ; "%d\n"
  18. .text:00401641                 call    printf
  19. .text:00401646                 mov     [esp+10h+var_C], 6
  20. .text:0040164E                 mov     [esp+10h+var_10], offset aD ; "%d\n"
  21. .text:00401655                 call    printf
  22. .text:0040165A                 mov     [esp+10h+var_C], 7
  23. .text:00401662                 mov     [esp+10h+var_10], offset aD ; "%d\n"
  24. .text:00401669                 call    printf
  25. .text:0040166E                 mov     [esp+10h+var_C], 8
  26. .text:00401676                 mov     [esp+10h+var_10], offset aD ; "%d\n"
  27. .text:0040167D                 call    printf
  28. .text:00401682                 mov     [esp+10h+var_C], 9
  29. .text:0040168A                 mov     [esp+10h+var_10], offset aD ; "%d\n"
  30. .text:00401691                 call    printf
  31. .text:00401696                 mov     [esp+10h+var_C], 0Ah
  32. .text:0040169E                 mov     [esp+10h+var_10], offset aD ; "%d\n"
  33. .text:004016A5                 call    printf
  34. .text:004016AA                 xor     eax, eax
  35. .text:004016AC                 leave
  36. .text:004016AD                 retn
  37. .text:004016AD sub_4015C0      endp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement