.text .globl asmtest asmtest: movl $0x1234,%eax ret #if defined(__linux__) && defined(__ELF__) .section .note.GNU-stack,"",%progbits #endif