shithub: scc

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