shithub: scc

ref: 2a5f32b8f028d8cfbc221bbccd6624f323de6825
dir: /crt/amd64-linux/crt.s/

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

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