shithub: scc

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