shithub: scc

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