shithub: scc

ref: 9c9021c8001fd168ccaf6f9085ecc46f04975be5
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