shithub: scc

ref: 0ca62af5f0df449dd940cbd5b7e5723f739df8a0
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