shithub: scc

ref: 71fbf8ad9e06c29514a12e8840e59d3f50e33b4c
dir: /crt/amd64-linux/crt.s/

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

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