shithub: scc

ref: 563f6cff7bec0a6c084721d6a46bdd0e88d6d78c
dir: /crt/amd64-linux/crt.s/

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

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