shithub: scc

ref: 6457215350890348ab42c5f6569a987c6bd525d5
dir: /crt/amd64-linux/crt.s/

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

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