summaryrefslogtreecommitdiff
path: root/contrib/syscall-test/exit32.s
blob: 8bbb5c58b34f0c021996b103f6ebf6ea51d75b6f (plain)
1
2
3
4
5
6
7
.globl _start
.text
_start:
	xorl	%eax, %eax
	incl	%eax
	movb	$0, %bl
	int	$0x80