shithub: scc

ref: 23de65bc68d09e469e5d587867eee4f497a1a6de
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