shithub: scc

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