shithub: scc

ref: 28bcaf2f4432e8d4ec3b224cf99cf4a19c60bb1a
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