shithub: scc

ref: 298d40ee45af86e00de6cd59f9cd27a0762e295a
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