shithub: scc

ref: 94dc2642c6fd8ed6f2b34bde20a22339258216ca
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