shithub: scc

ref: 9df2bb4ed45bb22397cb50cde8fcfcb83c986a0f
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