shithub: scc

ref: 28f4f2683abee60783f2bef64c48db65b950855b
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