shithub: scc

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