shithub: scc

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