shithub: scc

ref: 9b62b35493ec9d39704ca6c9a9e133a2f8e980fc
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