1.globl _start
2.text
3_start:
4	xorl	%eax, %eax
5	incl	%eax
6	movb	$0, %bl
7	int	$0x80
8