shithub: scc

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