shithub: scc

ref: 6661a93cfca897396c2803b9cd028068ad7c9a84
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