shithub: scc

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