shithub: scc

ref: 91fed4f458eac3d6b7cc9c02042a4c670d037ede
dir: /crt/amd64-linux/crt.as/

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

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