shithub: scc

ref: 67f14db0cfed811698a6f42f0e6eab5a2f88911f
dir: /crt/amd64-linux/crt.s/

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

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