shithub: scc

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