shithub: scc

ref: d000fb37494007384c0cbe081ebd5bc488787bf1
dir: /crt/amd64-linux/crt.s/

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

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