shithub: scc

ref: 7e1d196fa2b2496328632d515a3205004a5cefaf
dir: /lib/crt/amd64-sysv-linux/crt.s/

View raw version
	.file	"crt.s"

	.text
	.global	_start
_start:
	call	main
	movl    %eax, %edi
	jmp	exit