shithub: scc

ref: 29c364deba578e09e8f91f5551c9b851d953af1e
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