shithub: scc

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