shithub: scc

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