shithub: scc

ref: 8d03b46d52b27f48a684587c28e59a79be2aab01
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