shithub: scc

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