shithub: scc

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