blob: 8bbb5c58b34f0c021996b103f6ebf6ea51d75b6f [file] [log] [blame]
.globl _start
.text
_start:
xorl %eax, %eax
incl %eax
movb $0, %bl
int $0x80