12 lines
167 B
C++
12 lines
167 B
C++
_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
|