shithub: scc

ref: cb489b71868e30f3f1d04e152be2bc106f27b060
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