shithub: scc

ref: 38016d871780c343aeba12f9ab10f9c59224b5e4
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