shithub: scc

ref: dcbb7393e11a24768718b157462f5ab97ae6ed8e
dir: /crt/amd64-sysv-linux/crt.s/

View raw version
	.file	"crt.s"

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