shithub: scc

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