shithub: scc

ref: 6fe4bfa800433e39ea7f70645103e5dccdd9411d
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