shithub: scc

ref: 339c577e4428f7beefd82ce7eaa0d54a0e28c386
dir: /crt/amd64-linux/crt.as/

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

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