shithub: scc

ref: 56be76ade10c9b8c46b9b53892560549a91170f3
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