.globl main ;main: ;enter $0x30, $0 ;pushl $s ;pushl $fmt ;call printf ;add $8, %esp ;pushl $s ;leave ;ret ;fmt: ;.asciz "%s" ;s: ;.asciz "hello world" ;
Standard input is empty
hello world
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!