shithub: scc

ref: 4f9f652f766f4ba4854889a45f1940737f3856c7
dir: /crt/amd64-linux/crt.s/

View raw version
	.file	"crt.as"
	.text
	.global	_start

_start:
	call	main
	movl    %eax, %edi
	call	exit