Advertisement
frasl

Untitled

Feb 15th, 2019
528
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. int main() {
  2. 00FF1AE0  push        ebp  
  3. 00FF1AE1  mov         ebp,esp  
  4. 00FF1AE3  sub         esp,40h  
  5. 00FF1AE6  push        ebx  
  6. 00FF1AE7  push        esi  
  7. 00FF1AE8  push        edi  
  8.  
  9.     printf("%d\n", factorial<8>::value);
  10. 00FF1AE9  push        9D80h  
  11. 00FF1AEE  push        offset string "%d\n" (0FF7B3Ch)  
  12. 00FF1AF3  call        _printf (0FF13A7h)  
  13. 00FF1AF8  add         esp,8  
  14.  
  15.     return 0;
  16. 00FF1AFB  xor         eax,eax  
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement