shithub: scc

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