shithub: scc

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