shithub: scc

ref: f15cd0379a5d9b4a8702315d4bb2de4792238d7d
dir: /lib/crt/amd64-sysv-linux/crt.s/

View raw version
	.file	"crt.s"

	.text
	.global	_start
_start:
	call	main
	movl    %eax, %edi
	call	exit