shithub: scc

ref: 1f44228008dcc08e27ab84b1da11867d2c9bf3ae
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