shithub: scc

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