.text .global _start _start: xorl %eax, %eax jmp s .rept 65000 nop .endr s: incl %eax xorl %ebx, %ebx movl $1, %eax int $0x80