shithub: scc

ref: 81b6d6367c1c9c957ca910e5f8b5fb70adfa9c21
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