shithub: scc

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

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

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