shithub: scc

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