shithub: scc

ref: 91bbc191c7da87926dae3557cc57cd5bd75d0975
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