shithub: scc

ref: 33983a06ec430df20df57df38c3b142dc495c5a2
dir: /lib/crt/amd64-sysv-linux/crt.s/

View raw version
	.file	"crt.s"

	.text
	.global	_start
_start:
	call	main
	movl    %eax, %edi
	call	exit