shithub: scc

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