shithub: scc

ref: 70df1fa850f6a1b3e18ce99cbe981462b8bb097f
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