shithub: scc

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

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

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