shithub: scc

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