shithub: scc

ref: a30b9999606a95dfdc73c4ae0264c2fecdb992c0
dir: /crt/amd64-sysv-linux/crt.s/

View raw version
	.file	"crt.s"

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