shithub: scc

ref: 6a7602ccce7d0a6489c101866c8372c99cac43d8
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