shithub: scc

ref: e1715607a4c65b30729c43c736eb67b957f35073
dir: /crt/amd64-sysv-linux/crt.s/

View raw version
	.file	"crt.s"

	.text
	.global	_start
_start:
	call	main
	movl    %eax, %edi
	call	exit