moby--moby/contrib/syscall-test/exit32.s

8 lines
81 B
ArmAsm

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