shithub: scc

ref: 08f9c9fbdba14ce22efed411a31d6d536ea1aa2a
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