Import constants in x86 with gas

前端 未结 0 1344
刺人心
刺人心 2021-01-31 20:15

I have the following two files in assembly:

# file.s
.globl _start
_start:
    mov $10, %edi
    mov $SYS_EXIT, %eax
    syscall
# utils.         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题