shithub: scc

ref: e72d3db350f7b4a720009bcf1b1bf803cc74f8e9
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