shithub: scc

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