shithub: scc

ref: 068af381fcb0e5b312fbc0c6da9ae1115f91b7c9
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