Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- int main() {
- 00FF1AE0 push ebp
- 00FF1AE1 mov ebp,esp
- 00FF1AE3 sub esp,40h
- 00FF1AE6 push ebx
- 00FF1AE7 push esi
- 00FF1AE8 push edi
- printf("%d\n", factorial<8>::value);
- 00FF1AE9 push 9D80h
- 00FF1AEE push offset string "%d\n" (0FF7B3Ch)
- 00FF1AF3 call _printf (0FF13A7h)
- 00FF1AF8 add esp,8
- return 0;
- 00FF1AFB xor eax,eax
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement