shithub: scc

ref: a9a164fa5ed865bd5cbb9eac45b7a09b60e09812
dir: /crt/amd64-linux/crt.s/

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

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