shithub: scc

ref: 81e3671bc0195954d80cb3a212009b94f33cf49f
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