shithub: scc

ref: db3d99c72d9ae5d3d30357bba2251db3008f71ef
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