shithub: scc

ref: c40195789a26f30a3130d44f9ecd8758ea0eb0d4
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