shithub: scc

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