shithub: scc

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

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

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