shithub: scc

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