shithub: scc

ref: 46d3eab0b1e077005fcc4a7bc5257be9a411d1a1
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