shithub: scc

ref: 06d0dd5d70ecd660d8050c61431fbf68f14f256b
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