shithub: scc

ref: 69dcb84e15e76e302abc2e68c7d56364885c9944
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