shithub: scc

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