shithub: scc

ref: f08eafe178160c3dea617d0dd28c50b04b998c8d
dir: /crt/amd64-sysv-linux/crt.s/

View raw version
	.file	"crt.s"

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