.globl _start .text _start: xorl %eax, %eax inc %eax movb $42, %bl int $0x80