shithub: scc

ref: 64fa51cfd8c6099b14a3de110f1b620d6f12f242
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