shithub: scc

ref: 30e8cd88ec77114dd0bf67d26364dcbb6bc1ebf0
dir: /lib/crt/amd64-sysv-linux/crt.s/

View raw version
	.file	"crt.s"

	.text
	.global	_start
_start:
	call	main
	movl    %eax, %edi
	call	exit