.text .globl start start: pushl %ebp movl %esp, %ebp movl $42, %eax leave ret .subsections_via_symbols