shithub: scc

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