shithub: scc

ref: 7f2fdc6dcd531ba10f96d9d70e7612ce9e8330bd
dir: /crt/amd64-linux/crt.s/

View raw version
	.file	"crt.as"
	.text
	.global	_start

_start:
	call	main
	movl    %eax, %edi
	call	exit