shithub: scc

ref: 647f85d6fac7e0aee9881909cd5086941e3d11c7
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