shithub: scc

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