Irksome for 5 minutes...
Posted Mar 30, 2005 23:36 UTC (Wed) by
Russell (guest, #1453)
In reply to:
Irksome for 5 minutes... by dskoll
Parent article:
Evidence that Python is advancing into the enterprise (NewsForge)
.file "junk.c"
.section .rodata
.LC0:
.string "Braces are for whimps\n"
.text
.globl main
.type main, @function
main:
pushl %ebp
movl %esp, %ebp
subl $8, %esp
andl $-16, %esp
movl $0, %eax
subl %eax, %esp
subl $12, %esp
pushl $.LC0
call printf
addl $16, %esp
movl $0, %eax
leave
ret
.size main, .-main
.section .note.GNU-stack,"",@progbits
.ident "GCC: (GNU) 3.3.2 20031022 (Red Hat Linux 3.3.2-1)"
(
Log in to post comments)