shithub: scc

ref: 09ae5802d52b84b988e9a997f76119e24f68d37d
dir: /lib/crt/amd64-sysv-linux/crt.s/

View raw version
	.file	"crt.s"

	.text
	.global	_start
_start:
	call	main
	movl    %eax, %edi
	call	exit