shithub: scc

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