shithub: scc

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