shithub: scc

ref: 994ab1e07787574e639eeb35e6da2a33a1e53bc2
dir: /crt/amd64-linux/crt.s/

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

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