shithub: scc

ref: eed9b5df995297c36b00d65a71e848fc4e0753ad
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