shithub: scc

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