shithub: scc

ref: 7fe70d06bd207ca43eaaf2b13c85900decf88b5f
dir: /crt/amd64-linux/crt.s/

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

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