shithub: scc

ref: 5fb3dda9da04112b9d166df06c46ab0288a9bade
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