assembly-playground/x86/exit_project/exit.s

11 lines
96 B
ArmAsm
Raw Permalink Normal View History

2024-06-10 18:54:05 +07:00
.section .data
.section .text
.globl _start
_start:
movl $1, %eax
movl $0, %ebx
int $0x80