shithub: scc

ref: 0517d8a80bca67fca4c46dfdf4a8837b967eefbf
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