shithub: scc

ref: 505a92789652dbfa4cf19dc088eb29a47eb6e81f
dir: /crt/amd64-sysv-linux/crt.s/

View raw version
	.file	"crt.s"

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