shithub: scc

ref: 234d647354c3d8bb99e8a5b3eb892196c26008c2
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