shithub: scc

ref: 77f337174f231d989fdd4a7de1bd3d8ed366bd08
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