shithub: scc

ref: 02d2ec7eb3137a12297f11cac8569cf489739ad9
dir: /crt/amd64-sysv-linux/crt.s/

View raw version
	.file	"crt.s"

	.text
	.global	_start
_start:
	call	main
	movl    %eax, %edi
	call	exit