section.datamsg db "hello world",10len equ $-msg section.textglobal _start_start:mov rax,1mov rdi,1mov rsi,msgmov rdx,lensyscallmov rax,60mov rdi,0syscall
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!