global _start section .data section .text _start: ; your code goes here je exit exit: mov eax, 01h ; exit() xor ebx, ebx ; errno int 80h
5cb17bef9a719de9a205b5346 34c01c9ebb639221a81d06f60eed8b044b194a8
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!