shithub: scc

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