shithub: scc

ref: 3bd6fb1ee5670440da8932a75dfe2ad114c30967
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