标签: likert
在这个非常简短的汇编程序中:
movl $1, %eax movl $0, %ebx int $0x80
用as组装后,出于某种原因,我仍然需要将其与ld链接,然后才能运行它。
ld在这里做什么?它起什么作用?