shithub: scc

ref: 95b6c63659cb4fa379a56778c32093728dc74c1a
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