shithub: scc

ref: 92ae248e1cee5dad46e86a5f21714be619b09c27
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