shithub: scc

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