shithub: scc

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