shithub: scc

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