shithub: scc

ref: ad9537bd2daa3be47f01d68f25c034aaab83ed15
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