shithub: scc

ref: 4d521c0af7bf9278ff10e38434ddb61c80db8861
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