shithub: scc

ref: 3102bca6cc3346fec2531740b1af9bb3729ebc3e
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