shithub: scc

ref: c8e83b592e5195397337ceef26a9c51fbef31dfc
dir: /crt/amd64-linux/crt.as/

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

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