shithub: scc

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