RosettaCodeData/Task/Compile-time-calculation/C++/compile-time-calculation-3.cpp

13 lines
167 B
C++
Raw Permalink Normal View History

2013-04-10 16:57:12 -07:00
_main:
pushl %ebp
movl %esp, %ebp
andl $-16, %esp
subl $16, %esp
call ___main
movl $3628800, 4(%esp)
movl $LC0, (%esp)
call _printf
movl $0, %eax
leave
ret