shithub: scc

ref: 982b9ee2e2f44065a4e05fb2d485acc172b845f0
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