shithub: scc

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

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

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