shithub: scc

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