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

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

2023-07-01 11:58:00 -04: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