shithub: scc

ref: 763ac8c2a9e79fb0d76d351876a536f12f520335
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