shithub: scc

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

View raw version
	.file	"crt.s"

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