shithub: scc

ref: 563eadc3dd2e815868ba9c7fb93a81b2e0309072
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