shithub: scc

ref: 955a99b7c855cfc2378a9857bfbb8cb853047d6c
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