shithub: scc

ref: 6ae55e2a61f1de10f7d41e37ff5bf9fa532532be
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