shithub: scc

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

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

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