shithub: scc

ref: 709d86f7eb083c471a8a4757c7158e0462220a13
dir: /crt/amd64-linux/crt.as/

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

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