shithub: scc

ref: c12769c0bab4525e8f34ea63296cd3a2feb1bc32
dir: /lib/crt/amd64-sysv-linux/crt.s/

View raw version
	.file	"crt.s"

	.text
	.global	_start
_start:
	call	main
	movl    %eax, %edi
	jmp	exit