shithub: scc

ref: 0298b8c6607844bc77deb5d21da651a4954af076
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